Author: simons
Date: Tue Jan 24 15:05:51 2012
New Revision: 31804
URL: https://nixos.org/websvn/nix/?rev=31804&sc=1
Log:
haskell-text: added version 0.11.1.13
Added:
nixpkgs/trunk/pkgs/development/libraries/haskell/text/0.11.1.13.nix
Modified:
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Added: nixpkgs/trunk/pkgs/development/libraries/haskell/text/0.11.1.13.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/text/0.11.1.13.nix Tue Jan
24 15:05:51 2012 (r31804)
@@ -0,0 +1,18 @@
+{ cabal, deepseq }:
+
+cabal.mkDerivation (self: {
+ pname = "text";
+ version = "0.11.1.13";
+ sha256 = "0lbc4yfqpydps0rd1qjymnnhp87sl9w7n1f5vd5lsixby93zjv2f";
+ buildDepends = [ deepseq ];
+ meta = {
+ homepage = "https://github.com/bos/text";
+ description = "An efficient packed Unicode text type";
+ license = self.stdenv.lib.licenses.bsd3;
+ platforms = self.ghc.meta.platforms;
+ maintainers = [
+ self.stdenv.lib.maintainers.andres
+ self.stdenv.lib.maintainers.simons
+ ];
+ };
+})
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Tue Jan 24 14:56:41
2012 (r31803)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Tue Jan 24 15:05:51
2012 (r31804)
@@ -154,7 +154,7 @@
zlib = self.zlib_0_5_3_1; # 7.2 ok, 7.3 ok
HTTP = self.HTTP_4000_2_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_12; # 7.2 ok, 7.3 ok
+ text = self.text_0_11_1_13; # 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
@@ -1297,8 +1297,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_5 = callPackage
../development/libraries/haskell/text/0.11.1.5.nix {};
- text_0_11_1_12 = callPackage
../development/libraries/haskell/text/0.11.1.12.nix {};
- text = self.text_0_11_1_12;
+ text_0_11_1_13 = callPackage
../development/libraries/haskell/text/0.11.1.13.nix {};
+ text = self.text_0_11_1_13;
thespian = callPackage ../development/libraries/haskell/thespian {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits