haskell-text: updated to version 0.11.1.6

svn path=/nixpkgs/trunk/; revision=30037
This commit is contained in:
Peter Simons 2011-10-26 17:37:15 +00:00
parent 40f93f0b3b
commit 9de4823ff5
2 changed files with 7 additions and 7 deletions

View File

@ -2,11 +2,11 @@
cabal.mkDerivation (self: {
pname = "text";
version = "0.11.1.5";
sha256 = "0fxxhw932gdvaqafsbw7dfzccc43hv92yhxppzp6jrg0npbyz04l";
version = "0.11.1.6";
sha256 = "1c4vzxwjcmdlb8nj71g6rqdw4nhz0l17saazhw1vv8cbizmdm4m7";
buildDepends = [ deepseq ];
meta = {
homepage = "https://bitbucket.org/bos/text";
homepage = "https://github.com/bos/text";
description = "An efficient packed Unicode text type";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;

View File

@ -143,7 +143,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_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_5; # 7.2 ok, 7.3 ok
text = self.text_0_11_1_6; # 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 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
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_5;
text = self.text_0_11_1_6;
repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u
};
@ -1196,8 +1196,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 = self.text_0_11_1_5;
text_0_11_1_6 = callPackage ../development/libraries/haskell/text/0.11.1.6.nix {};
text = self.text_0_11_1_6;
thespian = callPackage ../development/libraries/haskell/thespian {};