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
|
snapServer stm syb text time transformers unorderedContainers
|
||||||
utf8String vector vectorAlgorithms xmlhtml
|
utf8String vector vectorAlgorithms xmlhtml
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i snap.cabal -e 's|clientsession.*,|clientsession,|'
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "Snap: A Haskell Web Framework: project starter executable and glue code library";
|
description = "Snap: A Haskell Web Framework: project starter executable and glue code library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user