haskell-text: updated use of 0.11.1.11 to 0.11.1.12

svn path=/nixpkgs/trunk/; revision=31061
This commit is contained in:
Peter Simons 2011-12-24 18:57:39 +00:00
parent f4439564cb
commit 0ea5780f75
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "text";
version = "0.11.1.11";
sha256 = "0k58f6p3lnr3dh9d7n39lydqk3rkfsyds2jgwpi0zwml20bdaqcl";
version = "0.11.1.12";
sha256 = "0j2044whj3xckmxqmgdjbc2mpwdan481qzjslwplqbqwml2jvkml";
buildDepends = [ deepseq ];
meta = {
homepage = "https://github.com/bos/text";

View File

@ -154,7 +154,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
zlib = self.zlib_0_5_3_1; # 7.2 ok, 7.3 ok
HTTP = self.HTTP_4000_2_1; # 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_11; # 7.2 ok, 7.3 ok
text = self.text_0_11_1_12; # 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_1_1; # 7.2 ok, 7.3 ok
@ -1251,8 +1251,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
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_5 = callPackage ../development/libraries/haskell/text/0.11.1.5.nix {};
text_0_11_1_11 = callPackage ../development/libraries/haskell/text/0.11.1.11.nix {};
text = self.text_0_11_1_11;
text_0_11_1_12 = callPackage ../development/libraries/haskell/text/0.11.1.12.nix {};
text = self.text_0_11_1_12;
thespian = callPackage ../development/libraries/haskell/thespian {};