GHC 6.12 compatibility of some Haskell libraries.

svn path=/nixpkgs/trunk/; revision=23160
This commit is contained in:
Andres Löh 2010-08-13 13:04:30 +00:00
parent ced0d6de0d
commit 2bf5f684c9

View File

@ -489,7 +489,8 @@ rec {
}; };
httpdShed = import ../development/libraries/haskell/httpd-shed { httpdShed = import ../development/libraries/haskell/httpd-shed {
inherit cabal network; inherit cabal;
network = network2217;
}; };
HUnit1221 = import ../development/libraries/haskell/HUnit/1.2.2.1.nix { HUnit1221 = import ../development/libraries/haskell/HUnit/1.2.2.1.nix {
@ -903,7 +904,8 @@ rec {
}; };
vacuum = import ../development/libraries/haskell/vacuum { vacuum = import ../development/libraries/haskell/vacuum {
inherit cabal ghcPaths; inherit cabal;
ghcPaths = ghcPaths0106;
}; };
vacuumCairo = import ../development/libraries/haskell/vacuum-cairo { vacuumCairo = import ../development/libraries/haskell/vacuum-cairo {