haskell-happstack-util: patched to support current mtl and transformers
svn path=/nixpkgs/trunk/; revision=34288
This commit is contained in:
parent
5fb3ac1d5b
commit
8fad2b0a98
|
@ -12,6 +12,9 @@ cabal.mkDerivation (self: {
|
||||||
extensibleExceptions filepath hslogger mtl network parsec random
|
extensibleExceptions filepath hslogger mtl network parsec random
|
||||||
time unixCompat
|
time unixCompat
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|mtl >= 1.1 && < 2.1|mtl|' happstack-util.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://happstack.com";
|
homepage = "http://happstack.com";
|
||||||
description = "Web framework";
|
description = "Web framework";
|
||||||
|
|
Loading…
Reference in New Issue