Author: simons
Date: Mon Sep 12 16:45:18 2011
New Revision: 29211
URL: https://ssl.nixos.org/websvn/nix/?rev=29211&sc=1

Log:
haskell-case-insensitive: dropped obsolete version 0.3

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/default.nix
      - copied, changed from r29210, 
nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.3.0.1.nix
Deleted:
   nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.3.0.1.nix
   nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.3.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Copied and modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/default.nix 
(from r29210, 
nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.3.0.1.nix)
==============================================================================

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Mon Sep 12 16:45:13 
2011        (r29210)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Mon Sep 12 16:45:18 
2011        (r29211)
@@ -436,9 +436,7 @@
     inherit (pkgs) cairo zlib;
   };
 
-  caseInsensitive_0_3 = callPackage 
../development/libraries/haskell/case-insensitive/0.3.nix {};
-  caseInsensitive_0_3_0_1 = callPackage 
../development/libraries/haskell/case-insensitive/0.3.0.1.nix {};
-  caseInsensitive = self.caseInsensitive_0_3_0_1;
+  caseInsensitive = callPackage 
../development/libraries/haskell/case-insensitive {};
 
   cautiousFile = callPackage ../development/libraries/haskell/cautious-file {};
 
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to