Fixed broken haskell-packages.nix.
svn path=/nixpkgs/trunk/; revision=28164
This commit is contained in:
parent
8fdb3c9e63
commit
dcffa6f0b1
@ -155,14 +155,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
|
|
||||||
haskellPlatformDefaults_future =
|
haskellPlatformDefaults_future =
|
||||||
self : self.haskellPlatformArgs_future self // {
|
self : self.haskellPlatformArgs_future self // {
|
||||||
haskellPlatform = self.haskellPlatform_future;
|
|
||||||
mtl1 = self.mtl_1_1_1_1;
|
mtl1 = self.mtl_1_1_1_1;
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPlatform_future =
|
|
||||||
callPackage ../development/libraries/haskell/haskell-platform/2011.2.0.1.nix
|
|
||||||
(self.haskellPlatformArgs_future self);
|
|
||||||
|
|
||||||
haskellPlatformArgs_2011_2_0_1 = self : {
|
haskellPlatformArgs_2011_2_0_1 = self : {
|
||||||
inherit (self) cabal ghc;
|
inherit (self) cabal ghc;
|
||||||
cgi = self.cgi_3001_1_7_4;
|
cgi = self.cgi_3001_1_7_4;
|
||||||
@ -349,6 +344,10 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
haskellPlatform = self.haskellPlatform_2009_2_0_2;
|
haskellPlatform = self.haskellPlatform_2009_2_0_2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
haskellPlatform_2009_2_0_2 =
|
||||||
|
callPackage ../development/libraries/haskell/haskell-platform/2009.2.0.2.nix
|
||||||
|
(self.haskellPlatformArgs_2009_2_0_2 self);
|
||||||
|
|
||||||
|
|
||||||
# Haskell libraries.
|
# Haskell libraries.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user