Author: simons
Date: Wed Oct  5 17:09:51 2011
New Revision: 29671
URL: http://nixos.org/websvn/nix/?rev=29671&sc=1

Log:
haskell-hakyll: updated to version 3.2.0.9

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix Wed Oct 
 5 17:09:39 2011        (r29670)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix Wed Oct 
 5 17:09:51 2011        (r29671)
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hakyll";
-  version = "3.2.0.8";
-  sha256 = "1yp01g7wzr9qkx3vz7v791gglmr0pg5c6jj076rv118kw0l8n61l";
+  version = "3.2.0.9";
+  sha256 = "1gb10bvzlm8qn6ap7cxykscbhbs2jsfqgsw53r8vd8k5bfgm5jv6";
   buildDepends = [
     binary blazeHtml cryptohash hamlet mtl pandoc parsec regexBase
     regexPcre snapCore snapServer tagsoup time

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Wed Oct  5 17:09:39 
2011        (r29670)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Wed Oct  5 17:09:51 
2011        (r29671)
@@ -646,9 +646,7 @@
     fgl = self.fgl_5_4_2_4;
   };
 
-  hakyll = callPackage ../development/libraries/haskell/hakyll {
-    hamlet = self.hamlet_0_8_2_1;
-  };
+  hakyll = callPackage ../development/libraries/haskell/hakyll {};
 
   hamlet_0_8_2_1 = callPackage 
../development/libraries/haskell/hamlet/0.8.2.1.nix {};
   hamlet_0_10_2 = callPackage 
../development/libraries/haskell/hamlet/0.10.2.nix {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to