summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-30 11:29:40 +0100
committerPeter Simons <simons@cryp.to>2013-01-30 11:29:56 +0100
commit35295065efbd10caddca36200f4303a12a5928c9 (patch)
treecd3ad77b819a3b8a8caa80ce26e27bda4d995fe5 /pkgs/development
parenteb2adf9acd2c7e2b5178156e4756d527b0a81451 (diff)
haskell-hakyll: update to version 4.1.4.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/hakyll/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/hakyll/default.nix b/pkgs/development/libraries/haskell/hakyll/default.nix
index c8b2117c12860..68b79bdcc3b57 100644
--- a/pkgs/development/libraries/haskell/hakyll/default.nix
+++ b/pkgs/development/libraries/haskell/hakyll/default.nix
@@ -6,8 +6,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hakyll";
-  version = "4.1.2.1";
-  sha256 = "1d9bbqy1dix60w72zc3g4y7454avngfyl2i8gj99bdqin2wwcgp8";
+  version = "4.1.4.0";
+  sha256 = "0nhr7ai03hx2qjxlqml0js43iwxhcbpdqkwdvw8pqs396yrjwxdj";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
@@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
     filepath httpConduit httpTypes lrucache mtl pandoc parsec random
     regexBase regexTdfa snapCore snapServer tagsoup text time
   ];
+  jailbreak = true;
   meta = {
     homepage = "http://jaspervdj.be/hakyll";
     description = "A static website compiler library";