Author: simons
Date: Sun Aug  7 21:59:46 2011
New Revision: 28300
URL: https://svn.nixos.org/websvn/nix/?rev=28300&sc=1

Log:
haskell-case-insensitive: dropped misspelled file accidentally added earlier

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.2.0.2.nix
      - copied, changed from r28299, 
nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.2.nix
   nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.3.nix
Deleted:
   nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.2.nix

Copied and modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.2.0.2.nix 
(from r28299, 
nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.2.nix)
==============================================================================

Added: nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.3.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/case-insensitive/0.3.nix   
Sun Aug  7 21:59:46 2011        (r28300)
@@ -0,0 +1,17 @@
+{cabal, hashable, text} :
+
+cabal.mkDerivation (self : {
+  pname = "case-insensitive";
+  version = "0.3";
+  sha256 = "0k3y09ak4k0jwx7bh5awcznw064xgf6yzidq3jalif7m3c9bv5q7";
+  propagatedBuildInputs = [ hashable text ];
+  meta = {
+    description = "Case insensitive string comparison";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.simons
+      self.stdenv.lib.maintainers.andres
+    ];
+  };
+})
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to