Author: simons
Date: Wed Dec 7 10:46:23 2011
New Revision: 30796
URL: https://nixos.org/websvn/nix/?rev=30796&sc=1
Log:
haskell-random: dropped unused versions 1.0.0.2, 1.0.0.3, and 1.0.1.0
I didn't rename the remaining '1.0.1.1.nix' file to 'default.nix',
because random is probably going to require support for multiple
versions once the new Haskell Platform comes out.
Deleted:
nixpkgs/trunk/pkgs/development/libraries/haskell/random/1.0.0.2.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/random/1.0.0.3.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/random/1.0.1.0.nix
Modified:
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Wed Dec 7 10:46:21
2011 (r30795)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Wed Dec 7 10:46:23
2011 (r30796)
@@ -1008,8 +1008,6 @@
RangedSets = callPackage ../development/libraries/haskell/Ranged-sets {};
- random_1_0_0_3 = callPackage
../development/libraries/haskell/random/1.0.0.3.nix {};
- random_1_0_1_0 = callPackage
../development/libraries/haskell/random/1.0.1.0.nix {};
random_1_0_1_1 = callPackage
../development/libraries/haskell/random/1.0.1.1.nix {};
random = null; # core package until ghc-7.2.1
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits