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

svn path=/nixpkgs/trunk/; revision=34287
This commit is contained in:
Peter Simons 2012-05-29 21:25:52 +00:00
parent 72a4c7aa88
commit 5fb3ac1d5b

View file

@ -11,6 +11,9 @@ cabal.mkDerivation (self: {
buildDepends = [
binary mtl syb sybWithClass sybWithClassInstancesText text time
];
patchPhase = ''
sed -i -e 's|mtl >= 1.1 && < 2.1|mtl|' happstack-data.cabal
'';
meta = {
homepage = "http://happstack.com";
description = "Happstack data manipulation libraries";