forked from mirrors/nixpkgs
haskell-snap: patch to allow building with latest version of 'clientsession'
This commit is contained in:
parent
7aa98d2f5e
commit
0979c3df69
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue