summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-19 12:45:30 +0200
committerPeter Simons <simons@cryp.to>2013-10-19 12:45:35 +0200
commit5215ad693cd3ce890345011dccc6e7c0ff3aecdc (patch)
treee0a8f3ff8ac72f8cbfe4e1e674bc1af54249d3b7 /pkgs
parenta9302d494c974956affce7dc90b4b6dc2501f62e (diff)
downloadnixlib-5215ad693cd3ce890345011dccc6e7c0ff3aecdc.tar
nixlib-5215ad693cd3ce890345011dccc6e7c0ff3aecdc.tar.gz
nixlib-5215ad693cd3ce890345011dccc6e7c0ff3aecdc.tar.bz2
nixlib-5215ad693cd3ce890345011dccc6e7c0ff3aecdc.tar.lz
nixlib-5215ad693cd3ce890345011dccc6e7c0ff3aecdc.tar.xz
nixlib-5215ad693cd3ce890345011dccc6e7c0ff3aecdc.tar.zst
nixlib-5215ad693cd3ce890345011dccc6e7c0ff3aecdc.zip
haskell-hakyll: update to version 4.4.1.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/hakyll/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/hakyll/default.nix b/pkgs/development/libraries/haskell/hakyll/default.nix
index cb4e80a4844a..22cdf149ef7b 100644
--- a/pkgs/development/libraries/haskell/hakyll/default.nix
+++ b/pkgs/development/libraries/haskell/hakyll/default.nix
@@ -8,8 +8,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hakyll";
-  version = "4.4.1.1";
-  sha256 = "1jrswf9nk72n0a32mzarkv8x728dnjs68kijpgh35m6y10fsn4d8";
+  version = "4.4.1.2";
+  sha256 = "0rbl0gl5ds63mv8cbcwb8aj0vic9padqs3zrdxr2ny70md1v9m9y";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
@@ -25,9 +25,6 @@ cabal.mkDerivation (self: {
     snapCore snapServer systemFilepath tagsoup testFramework
     testFrameworkHunit testFrameworkQuickcheck2 text time
   ];
-  patchPhase = ''
-    sed -i -e 's|cryptohash.*,|cryptohash,|' -e 's|tagsoup.*,|tagsoup,|' hakyll.cabal
-  '';
   doCheck = false;
   meta = {
     homepage = "http://jaspervdj.be/hakyll";