Author: simons
Date: Tue Feb 14 16:58:38 2012
New Revision: 32281
URL: https://nixos.org/websvn/nix/?rev=32281&sc=1

Log:
haskell-hakyll: updated to version 3.2.6.1

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix Tue Feb 
14 16:58:35 2012        (r32280)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/hakyll/default.nix Tue Feb 
14 16:58:38 2012        (r32281)
@@ -1,15 +1,15 @@
 { cabal, binary, blazeHtml, citeprocHs, cryptohash, hamlet, mtl
-, pandoc, parsec, regexBase, regexPcre, snapCore, snapServer
+, pandoc, parsec, regexBase, regexTdfa, snapCore, snapServer
 , tagsoup, time
 }:
 
 cabal.mkDerivation (self: {
   pname = "hakyll";
-  version = "3.2.6.0";
-  sha256 = "1yg97kihfxb250vk9dm2v9sh197lc6qjil0j40zgcwpss96xynax";
+  version = "3.2.6.1";
+  sha256 = "0chpg04rsp8lxzdj43wqs3wyc7i70hfi3raxdar6bhwxhfxgj4wn";
   buildDepends = [
     binary blazeHtml citeprocHs cryptohash hamlet mtl pandoc parsec
-    regexBase regexPcre snapCore snapServer tagsoup time
+    regexBase regexTdfa snapCore snapServer tagsoup time
   ];
   meta = {
     homepage = "http://jaspervdj.be/hakyll";;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to