haskell-happstack-data: patched to support current mtl and transformers
svn path=/nixpkgs/trunk/; revision=34287
This commit is contained in:
parent
72a4c7aa88
commit
5fb3ac1d5b
@ -11,6 +11,9 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary mtl syb sybWithClass sybWithClassInstancesText text time
|
binary mtl syb sybWithClass sybWithClassInstancesText text time
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|mtl >= 1.1 && < 2.1|mtl|' happstack-data.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://happstack.com";
|
homepage = "http://happstack.com";
|
||||||
description = "Happstack data manipulation libraries";
|
description = "Happstack data manipulation libraries";
|
||||||
|
Loading…
Reference in New Issue
Block a user