3
0
Fork 0
forked from mirrors/nixpkgs

haskell-snap: patch to allow building with latest version of 'clientsession'

This commit is contained in:
Peter Simons 2012-08-09 11:50:37 +02:00
parent 7aa98d2f5e
commit 0979c3df69

View file

@ -19,6 +19,9 @@ cabal.mkDerivation (self: {
snapServer stm syb text time transformers unorderedContainers
utf8String vector vectorAlgorithms xmlhtml
];
patchPhase = ''
sed -i snap.cabal -e 's|clientsession.*,|clientsession,|'
'';
meta = {
homepage = "http://snapframework.com/";
description = "Snap: A Haskell Web Framework: project starter executable and glue code library";