nixpkgs/pkgs
Peter Simons a1cc25d530 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.

Now in x-updates as well.

Conflicts (auto-solved):
	pkgs/top-level/all-packages.nix
2013-01-31 12:51:25 +01:00
..
applications djvulibre: minor update, refactored dependencies 2013-01-29 14:55:14 +01:00
build-support source-tarball.nix: try src.revCount when src.rev is not available. 2013-01-15 15:04:38 +01:00
data minor poppler-data update 2013-01-29 14:07:30 +01:00
desktops Merge branch 'master' into systemd 2013-01-15 12:11:07 +01:00
development SDL: minor update, fix OpenGL support, change some flags from Gentoo 2013-01-30 16:44:55 +01:00
games use alsa-oss layer for minecraft 2013-01-28 02:58:47 +01:00
lib chromium: Add myself to maintainers. 2013-01-10 03:33:04 +01:00
misc ghostscript: minor update, replace more internal libraries by nix ones 2013-01-29 17:05:58 +01:00
os-specific Linux 3.7.5 2013-01-28 00:12:35 -05:00
servers Update zabbix2 to 2.0.4 2013-01-24 11:51:57 +01:00
shells
stdenv lib.licenses.proprietary is definitely unfree 2013-01-27 18:36:54 -05:00
test
tools add fcitx-4.2.7 2013-01-28 11:35:03 +08:00
top-level 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-31 12:51:25 +01:00