mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
haskell-hakyll: update to version 4.2.0.0
This commit is contained in:
parent
213dcd5843
commit
02ed0e6867
1 changed files with 2 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hakyll";
|
||||
version = "4.1.4.0";
|
||||
sha256 = "0nhr7ai03hx2qjxlqml0js43iwxhcbpdqkwdvw8pqs396yrjwxdj";
|
||||
version = "4.2.0.0";
|
||||
sha256 = "10yamc95pq6db353miyqakjax54abl1dkqmwfv63cblxd4llsv9x";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -22,7 +22,6 @@ cabal.mkDerivation (self: {
|
|||
QuickCheck random regexBase regexTdfa tagsoup testFramework
|
||||
testFrameworkHunit testFrameworkQuickcheck2 text time
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
description = "A static website compiler library";
|
||||
|
|
Loading…
Reference in a new issue