3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/top-level
Peter Simons abdd5bc538 Hide package sets for GHC 6.10.4, 6.12.3, 7.0.4, 7.4.1, and 7.6.1 from nix-env
(and from Hydra). It is still possible to install any of those packages by
referring to them by attribute:

 | $ nix-env -iA haskellPackages_ghc6104.hopenssl --dry-run
 | (dry run; not doing anything)
 | installing `haskell-hopenssl-ghc6.10.4-1.6.1'
 | these paths will be fetched (50.61 MiB download, 450.34 MiB unpacked):
 |   /nix/store/rjsgga1fdqin47n2rkfn9l7v9ncsfh9l-haskell-hopenssl-ghc6.10.4-1.6.1
 |   /nix/store/y567qhqbjxbkldg3kq2clzn52a56cmdn-haskell-mtl-ghc6.10.4-1.1.0.2
 |   /nix/store/zbn24z1443fbrx6ch1nn2vnss9bdw1g0-ghc-6.10.4

It's no longer possible to install those by name anymore, though:

 | $ nix-env -i haskell-hopenssl-ghc6.10.4
 | error: selector `haskell-hopenssl-ghc6.10.4' matches no derivations

That style works only for active GHC versions 7.4.2 and 7.6.2:

 | $ nix-env -qaP \* | grep  haskell-hopenssl
 | haskellPackages.hopenssl                          haskell-hopenssl-ghc7.4.2-1.6.1
 | haskellPackages_ghc742_no_profiling.hopenssl      haskell-hopenssl-ghc7.4.2-1.6.1
 | haskellPackages_ghc742_profiling.hopenssl         haskell-hopenssl-ghc7.4.2-1.6.1-profiling
 | haskellPackages_ghc762.hopenssl                   haskell-hopenssl-ghc7.6.2-1.6.1

These changes intend to ease the load on Hydra. If you desperately need
pre-build binaries of any of those old versions, please post a short note
on the nix-dev mailing list.
2013-01-30 17:47:45 +01:00
..
all-packages.nix Hide package sets for GHC 6.10.4, 6.12.3, 7.0.4, 7.4.1, and 7.6.1 from nix-env 2013-01-30 17:47:45 +01:00
guile-2-test.nix guile-2-test: Update to 2.0. 2011-02-22 13:39:56 +00:00
haskell-defaults.nix GHC 7.6.2 2013-01-29 20:42:28 +01:00
haskell-packages.nix haskell-HTTP: update to 4000.2.7 2013-01-30 11:29:54 +01:00
make-tarball.nix Nixpkgs channel: Use XZ compression for nixexprs.tar 2013-01-30 12:52:07 +01:00
mingw.nix
node-packages.nix node/bson: fix sha256 2013-01-13 14:54:26 +01:00
perl-packages.nix JSON::Any: Pull in JSON 2013-01-28 23:14:59 +01:00
platforms.nix Add kgdb to the sheeveaplug. It can help in case of troubles. 2012-12-29 12:22:50 +01:00
python-packages.nix awscli: Remove Python prefix 2013-01-30 15:55:39 +01:00
release-cross.nix openoffice: Remove 2013-01-29 12:43:53 +01:00
release-lib.nix Add config option ‘allowUnfree’ 2013-01-17 23:41:37 +01:00
release-python.nix openoffice: Remove 2013-01-29 12:43:53 +01:00
release-small.nix nxml-mode: remove from release as well 2012-11-23 19:59:19 +01:00
release.nix openoffice: Remove 2013-01-29 12:43:53 +01:00