Author: simons
Date: Fri Feb 10 11:32:57 2012
New Revision: 32181
URL: https://nixos.org/websvn/nix/?rev=32181&sc=1

Log:
haskell-persistent-template: updated to version 0.8.1

Modified:
   
nixpkgs/trunk/pkgs/development/libraries/haskell/persistent-template/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/persistent-template/default.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/persistent-template/default.nix
    Fri Feb 10 11:32:54 2012        (r32180)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/persistent-template/default.nix
    Fri Feb 10 11:32:57 2012        (r32181)
@@ -1,10 +1,10 @@
-{ cabal, monadControl, persistent, text, transformers }:
+{ cabal, aeson, monadControl, persistent, text, transformers }:
 
 cabal.mkDerivation (self: {
   pname = "persistent-template";
-  version = "0.6.3.1";
-  sha256 = "0hppxd80q7bnxz9vm08i278d9k95w6z139y73dy53ncqkp72ahrg";
-  buildDepends = [ monadControl persistent text transformers ];
+  version = "0.8.1";
+  sha256 = "0av1rzqz80lzirk9l45jiwj4zar6ncy0q9x7dqhsrklyxk4jzv6v";
+  buildDepends = [ aeson monadControl persistent text transformers ];
   meta = {
     homepage = "http://www.yesodweb.com/book/persistent";;
     description = "Type-safe, non-relational, multi-backend persistence";
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to