haskell-defaults.nix: switch ghc 7.4.1 to latest versions of 'mtl' and 'transformers'
svn path=/nixpkgs/trunk/; revision=34256
This commit is contained in:
parent
c664157e7d
commit
e6f2845b30
@ -5,6 +5,9 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.12.0.0";
|
version = "0.12.0.0";
|
||||||
sha256 = "1hlsfi77yypfnvh1alr3rflbffby9pbmc71m507davr6b09v9w9f";
|
sha256 = "1hlsfi77yypfnvh1alr3rflbffby9pbmc71m507davr6b09v9w9f";
|
||||||
buildDepends = [ Cabal filepath glib gtk mtl parsec transformers ];
|
buildDepends = [ Cabal filepath glib gtk mtl parsec transformers ];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|mtl >=1.1.0.2 && <2.1|mtl|' -e 's|transformers >=0.2.2.0 && <0.3|transformers|' ltk.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.leksah.org";
|
homepage = "http://www.leksah.org";
|
||||||
description = "Leksah tool kit";
|
description = "Leksah tool kit";
|
||||||
|
@ -26,9 +26,6 @@
|
|||||||
|
|
||||||
ghc741Prefs =
|
ghc741Prefs =
|
||||||
self : ghc741Prefs_pedantic self // {
|
self : ghc741Prefs_pedantic self // {
|
||||||
# These are necessary at the moment to prevent many packages from breaking.
|
|
||||||
mtl = self.mtl_2_0_1_0;
|
|
||||||
transformers = self.transformers_0_2_2_0;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ghc722Prefs = ghc741Prefs;
|
ghc722Prefs = ghc741Prefs;
|
||||||
@ -266,5 +263,5 @@
|
|||||||
ghc704Binary;
|
ghc704Binary;
|
||||||
prefFun = ghcHEADPrefs;
|
prefFun = ghcHEADPrefs;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user