Author: simons
Date: Thu May  3 07:23:57 2012
New Revision: 33974
URL: https://nixos.org/websvn/nix/?rev=33974&sc=1

Log:
Updated Haskell packages.

 - reactive-banana: updated to version 0.5.0.3
 - vault: updated to version 0.2.0.0
 - wai: patched to support recent versions of the vault library

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/reactive-banana/default.nix
   nixpkgs/trunk/pkgs/development/libraries/haskell/vault/default.nix
   nixpkgs/trunk/pkgs/development/libraries/haskell/wai/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/reactive-banana/default.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/reactive-banana/default.nix    
    Wed May  2 19:42:23 2012        (r33973)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/reactive-banana/default.nix    
    Thu May  3 07:23:57 2012        (r33974)
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "reactive-banana";
-  version = "0.5.0.2";
-  sha256 = "10391b6vwgp5harzmiji66qs4zc5qipagak1mm2j8njhbqi8z0rb";
+  version = "0.5.0.3";
+  sha256 = "0j60g7k0xrq66m8g8fd9fdrpbnz2jbgqxnmbz1rfi5bvnrkhv10v";
   buildDepends = [
     fclabels hashable QuickCheck transformers unorderedContainers vault
   ];

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/vault/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/vault/default.nix  Wed May 
 2 19:42:23 2012        (r33973)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/vault/default.nix  Thu May 
 3 07:23:57 2012        (r33974)
@@ -1,12 +1,13 @@
-{ cabal }:
+{ cabal, hashable, unorderedContainers }:
 
 cabal.mkDerivation (self: {
   pname = "vault";
-  version = "0.1.0.0";
-  sha256 = "02gki0g9mwmvvizxhk6myfg3dmlqpcjjiz5c8693a060hkr0grqq";
+  version = "0.2.0.0";
+  sha256 = "1hv87kvi2bwf9ff8mhjzdf8rvqhk1xpschzs1x3swadj1kc9f1sv";
+  buildDepends = [ hashable unorderedContainers ];
   meta = {
     homepage = "https://github.com/HeinrichApfelmus/vault";;
-    description = "a typed, persistent store for values of arbitrary types";
+    description = "a persistent store for values of arbitrary types";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
     maintainers = [ self.stdenv.lib.maintainers.andres ];

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/wai/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/wai/default.nix    Wed May 
 2 19:42:23 2012        (r33973)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/wai/default.nix    Thu May 
 3 07:23:57 2012        (r33974)
@@ -9,6 +9,9 @@
   buildDepends = [
     blazeBuilder conduit httpTypes network text transformers vault
   ];
+  patchPhase = ''
+    sed -i -e 's|, vault.*|, vault|' wai.cabal
+  '';
   meta = {
     homepage = "https://github.com/yesodweb/wai";;
     description = "Web Application Interface";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to