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
|
||||
time unixCompat
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|mtl >= 1.1 && < 2.1|mtl|' happstack-util.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://happstack.com";
|
||||
description = "Web framework";
|
||||
|
Loading…
Reference in New Issue
Block a user