mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Latest change (or reverse change) for the upcoming Haskell Platform.
svn path=/nixpkgs/trunk/; revision=34245
This commit is contained in:
parent
44b2d21212
commit
3ff236c739
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ library
|
|||
-- Note: newer versions of cgi need monad-catchio.
|
||||
cgi ==3001.1.7.4,
|
||||
fgl ==5.4.2.4,
|
||||
GLUT ==2.1.2.2,
|
||||
GLUT ==2.1.2.1,
|
||||
haskell-src ==1.0.1.5,
|
||||
html ==1.0.1.2,
|
||||
HTTP ==4000.2.3,
|
||||
|
|
|
@ -125,7 +125,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
inherit (self) cabal ghc;
|
||||
cgi = self.cgi_3001_1_7_4; # 7.4.1 ok
|
||||
fgl = self.fgl_5_4_2_4; # 7.4.1 ok
|
||||
GLUT = self.GLUT_2_1_2_2; # 7.4.1 ok
|
||||
GLUT = self.GLUT_2_1_2_1; # 7.4.1 ok
|
||||
haskellSrc = self.haskellSrc_1_0_1_5; # 7.4.1 ok
|
||||
html = self.html_1_0_1_2; # 7.4.1 ok
|
||||
HUnit = self.HUnit_1_2_4_2; # 7.4.1 ok
|
||||
|
|
Loading…
Reference in a new issue