Author: simons
Date: Fri Mar 16 09:47:31 2012
New Revision: 33144
URL: https://nixos.org/websvn/nix/?rev=33144&sc=1
Log:
Updated Haskell packages.
- RepLib: updated to version 0.5.2
- http-enumerator: updated to version 0.7.3.1
- http-types: updated to version 0.6.10
- leksah-server: updated to version 0.12.0.5
- test-framework-quickcheck2: updated to version 0.2.12.1
- unbound: updated to version 0.4
- yesod: updated to version 0.10.2
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/RepLib/default.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/http-enumerator/default.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/http-types/default.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/leksah/leksah-server.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/test-framework-quickcheck2/default.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/unbound/default.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/yesod/default.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/RepLib/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/RepLib/default.nix Fri Mar
16 06:58:03 2012 (r33143)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/RepLib/default.nix Fri Mar
16 09:47:31 2012 (r33144)
@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "RepLib";
- version = "0.5.1";
- sha256 = "1c6zqi87lmmmiz8amsvhw6wkhg90rhh6yl5vh0a9ism3apwh1i7r";
+ version = "0.5.2";
+ sha256 = "1wcxvl40wlnva2x7z13pm95485lwxbpy5di1mb1din3id8dprxfr";
buildDepends = [ mtl typeEquality ];
noHaddock = true;
meta = {
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/http-enumerator/default.nix
==============================================================================
---
nixpkgs/trunk/pkgs/development/libraries/haskell/http-enumerator/default.nix
Fri Mar 16 06:58:03 2012 (r33143)
+++
nixpkgs/trunk/pkgs/development/libraries/haskell/http-enumerator/default.nix
Fri Mar 16 09:47:31 2012 (r33144)
@@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "http-enumerator";
- version = "0.7.3";
- sha256 = "0l7azfvibqnninbxvbvgvia53jjf2fa1mhbip8gafy53asig6d06";
+ version = "0.7.3.1";
+ sha256 = "0a4p9340g6bx3s7mj3lbkrgw3db2kxpjncbbnnpdcwqyswi2vm75";
isLibrary = true;
isExecutable = true;
buildDepends = [
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/http-types/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/http-types/default.nix
Fri Mar 16 06:58:03 2012 (r33143)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/http-types/default.nix
Fri Mar 16 09:47:31 2012 (r33144)
@@ -2,10 +2,8 @@
cabal.mkDerivation (self: {
pname = "http-types";
- version = "0.6.9";
- sha256 = "1dkp2iqqalrm381vagw65bhjnm80hv02h28447lmjl2j60b4mby0";
- isLibrary = true;
- isExecutable = true;
+ version = "0.6.10";
+ sha256 = "0py6l6hk14vrpqwrrajvsiasfksqsklk75sij4zx4xws01jwh9xd";
buildDepends = [ blazeBuilder caseInsensitive text ];
meta = {
homepage = "https://github.com/aristidb/http-types";
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/leksah/leksah-server.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/leksah/leksah-server.nix
Fri Mar 16 06:58:03 2012 (r33143)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/leksah/leksah-server.nix
Fri Mar 16 09:47:31 2012 (r33144)
@@ -5,8 +5,8 @@
cabal.mkDerivation (self: {
pname = "leksah-server";
- version = "0.12.0.4";
- sha256 = "0lv6z2b79cxvcz5mldyicx87lp3a0xfmv0wjd0cjf954cdizccg2";
+ version = "0.12.0.5";
+ sha256 = "0kr5xsnjl0brbdysw1rhd7a1gy3i0kn8rq2c5grc2m734ankil6z";
isLibrary = true;
isExecutable = true;
buildDepends = [
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/test-framework-quickcheck2/default.nix
==============================================================================
---
nixpkgs/trunk/pkgs/development/libraries/haskell/test-framework-quickcheck2/default.nix
Fri Mar 16 06:58:03 2012 (r33143)
+++
nixpkgs/trunk/pkgs/development/libraries/haskell/test-framework-quickcheck2/default.nix
Fri Mar 16 09:47:31 2012 (r33144)
@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "test-framework-quickcheck2";
- version = "0.2.12";
- sha256 = "08qr2lh1akjy5daxxk1sy59sg94hvv5s5njs9x6lrx648hy7y8iy";
+ version = "0.2.12.1";
+ sha256 = "03m6kf6lhi9nzymfyfqqimfgs6139bpa0pzbxzvz2nvizdnbmmcw";
buildDepends = [
extensibleExceptions QuickCheck random testFramework
];
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/unbound/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/unbound/default.nix
Fri Mar 16 06:58:03 2012 (r33143)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/unbound/default.nix
Fri Mar 16 09:47:31 2012 (r33144)
@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "unbound";
- version = "0.3.1";
- sha256 = "13k53dcap8knvl2qzcykx838laas34xfc0480705vzl1z9z1xppz";
+ version = "0.4";
+ sha256 = "0s4aybbxz5qvkf09wn65qavw10hk0rsyyc2d0ydr02rzz10vd270";
buildDepends = [ mtl RepLib transformers ];
noHaddock = true;
meta = {
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/yesod/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/yesod/default.nix Fri Mar
16 06:58:03 2012 (r33143)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/yesod/default.nix Fri Mar
16 09:47:31 2012 (r33144)
@@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "yesod";
- version = "0.10.1.4";
- sha256 = "0glyl1q5szwk1r2l2amq7w42kjl5wda33bvz64rvav1hngkpvii0";
+ version = "0.10.2";
+ sha256 = "15dswvhn9vz3bpdvbypg8x8gwhjkwj170b8mqznp10drccxyizs2";
isLibrary = true;
isExecutable = true;
buildDepends = [
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits