3
0
Fork 0
forked from mirrors/nixpkgs

Correcting the version of the time library used in HP 2009.

svn path=/nixpkgs/trunk/; revision=26289
This commit is contained in:
Andres Löh 2011-03-12 19:20:58 +00:00
parent 3e0ac9b040
commit fd38989a38

View file

@ -230,7 +230,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
(self.haskellPlatformArgs_2010_1_0_0 self);
haskellPlatformArgs_2009_2_0_2 = self : {
inherit (self) cabal ghc editline time;
inherit (self) cabal ghc editline;
time = self.time_1_1_2_4;
haddock = self.haddock_2_4_2;
cgi = self.cgi_3001_1_7_1;
fgl = self.fgl_5_4_2_2;