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

svn path=/nixpkgs/trunk/; revision=21348
This commit is contained in:
Andres Löh 2010-04-27 14:55:31 +00:00
parent 311dc9299e
commit 5623a59669

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;
});