nixpkgs/pkgs/development
Peter Simons 4a8797d827 haskell-generic-builder: stop pre-pending "haskell-" to package names
A derivation of the Hackage package "foo" is called "haskell-foo" if it is a
library, but only "foo" if it is an executable (without a library). This
distinction used to be fine when Haskell packages where visible to operations
like "nix-env -qa" or "nix-env -i", but after our switch to Haskell NG it has
no more purpose. Consequently, this patch removes the name prefix from all
Haskell packages -- every Haskell package is now called exactly like it's
called on Hackage.

Closes https://github.com/NixOS/nixpkgs/pull/9538.
2015-08-31 16:50:12 +02:00
..
2015-07-27 17:37:37 +02:00
2015-08-08 21:01:31 +03:00
2015-08-08 08:22:07 +02:00
2015-08-06 12:52:34 +02:00
2015-08-27 18:46:10 +02:00
2015-08-20 13:21:53 +02:00