haskell-happstack-util: patched to support current mtl and transformers

svn path=/nixpkgs/trunk/; revision=34288
This commit is contained in:
Peter Simons 2012-05-29 21:26:09 +00:00
parent 5fb3ac1d5b
commit 8fad2b0a98

View file

@ -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";