Author: simons
Date: Sun Oct 30 16:06:37 2011
New Revision: 30133
URL: https://nixos.org/websvn/nix/?rev=30133&sc=1

Log:
haskell-text: updated to version 0.11.1.7

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/text/0.11.1.7.nix
      - copied, changed from r30132, 
nixpkgs/trunk/pkgs/development/libraries/haskell/text/0.11.1.6.nix
Deleted:
   nixpkgs/trunk/pkgs/development/libraries/haskell/text/0.11.1.6.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Copied and modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/text/0.11.1.7.nix (from 
r30132, nixpkgs/trunk/pkgs/development/libraries/haskell/text/0.11.1.6.nix)
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/text/0.11.1.6.nix  Sun Oct 
30 16:06:34 2011        (r30132, copy source)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/text/0.11.1.7.nix  Sun Oct 
30 16:06:37 2011        (r30133)
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "text";
-  version = "0.11.1.6";
-  sha256 = "1c4vzxwjcmdlb8nj71g6rqdw4nhz0l17saazhw1vv8cbizmdm4m7";
+  version = "0.11.1.7";
+  sha256 = "1pjllmqnl4rwa6d2mjcj2kp0w7whwxlb04rsaml7yyyk4dw97a2p";
   buildDepends = [ deepseq ];
   meta = {
     homepage = "https://github.com/bos/text";;

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Oct 30 16:06:34 
2011        (r30132)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Oct 30 16:06:37 
2011        (r30133)
@@ -143,7 +143,7 @@
     zlib         = self.zlib_0_5_3_1; # 7.2 ok, 7.3 ok
     HTTP         = self.HTTP_4000_1_2; # 7.2 ok, 7.3 ok
     deepseq      = self.deepseq_1_1_0_2; # 7.2 ok, 7.3 ok
-    text         = self.text_0_11_1_6; # 7.2 ok, 7.3 ok
+    text         = self.text_0_11_1_7; # 7.2 ok, 7.3 ok
     transformers = self.transformers_0_2_2_0; # 7.2 ok, 7.3 ok
     mtl          = self.mtl_2_0_1_0; # 7.2 ok, 7.3 ok
     random       = self.random_1_0_0_3; # 7.2 ok, 7.3 ok
@@ -193,7 +193,7 @@
     self : self.haskellPlatformArgs_2011_2_0_1 self // {
       haskellPlatform = self.haskellPlatform_2011_2_0_1;
       mtl1 = self.mtl_1_1_1_1;
-      text = self.text_0_11_1_6;
+      text = self.text_0_11_1_7;
       repaExamples = null;      # don't pick this version of 'repa-examples' 
during nix-env -u
     };
 
@@ -1183,8 +1183,8 @@
 
   text_0_11_0_5 = callPackage 
../development/libraries/haskell/text/0.11.0.5.nix {};
   text_0_11_0_6 = callPackage 
../development/libraries/haskell/text/0.11.0.6.nix {};
-  text_0_11_1_6 = callPackage 
../development/libraries/haskell/text/0.11.1.6.nix {};
-  text = self.text_0_11_1_6;
+  text_0_11_1_7 = callPackage 
../development/libraries/haskell/text/0.11.1.7.nix {};
+  text = self.text_0_11_1_7;
 
   thespian = callPackage ../development/libraries/haskell/thespian {};
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to