nixpkgs/pkgs
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
..
applications Rename openoffice directory to libreoffice 2013-01-29 12:43:53 +01:00
build-support Move "darwin-native-x11-and-opengl" package into the "os-specific" hierarchy. 2013-01-30 14:53:04 +01:00
data
desktops kde-3: Remove 2013-01-29 12:43:53 +01:00
development ghc-7.6.2: cosmetic, no functional change 2013-01-30 17:30:51 +01:00
games kde-3: Remove 2013-01-29 12:43:53 +01:00
lib
misc cups: Don't build on Darwin 2013-01-29 12:43:53 +01:00
os-specific wpa_supplicant: Fix config generation 2013-01-30 15:17:38 +01:00
servers Update zabbix2 to 2.0.4 2013-01-24 11:51:57 +01:00
shells bash-completion: update to current git HEAD at 2.0-95-gd08b9f2 2013-01-30 12:25:11 +01:00
stdenv lib.licenses.proprietary is definitely unfree 2013-01-27 18:36:54 -05:00
test
tools Add PODIFF, a tool to diff PO files 2013-01-30 14:37:10 +01: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-30 17:47:45 +01:00