Haskell Platform 2010.1.0.0 low priority until ghc-6.12 becomes default.

From trunk@21348

svn path=/nixpkgs/branches/mass-update-01/; revision=21384
This commit is contained in:
Yury G. Kudryashov
2010-04-27 20:56:21 +00:00
parent 89e0daf3cd
commit d0d784fdf1

View File

@@ -288,7 +288,7 @@ rec {
inherit cabal haskellSrcExts;
};
haskellPlatform2010100 = import ../development/libraries/haskell/haskell-platform/2010.1.0.0.nix {
haskellPlatform2010100 = pkgs.lowPrio (import ../development/libraries/haskell/haskell-platform/2010.1.0.0.nix {
inherit cabal ghc fgl
haskellSrc html
stm xhtml happy;
@@ -308,7 +308,7 @@ rec {
regexPosix = regexPosix0941;
haddock = haddock272;
inherit (pkgs) fetchurl;
};
});
haskellPlatform = import ../development/libraries/haskell/haskell-platform {
inherit cabal ghc GLUT HTTP HUnit OpenGL QuickCheck cgi fgl editline
@@ -887,7 +887,7 @@ rec {
};
# does not compile with ghc-6.8.3
haddock210 = pkgs.stdenv.lib.lowPrio (import ../development/tools/documentation/haddock/haddock-2.1.0.nix {
haddock210 = pkgs.lowPrio (import ../development/tools/documentation/haddock/haddock-2.1.0.nix {
inherit cabal;
});