haskell-hakyll: update to version 4.3.0.0

This commit is contained in:
Peter Simons 2013-06-13 10:43:40 +02:00
parent 01c57234db
commit 21e1ec9079

View File

@ -1,34 +1,31 @@
{ cabal, binary, blazeHtml, blazeMarkup, citeprocHs, cmdargs { cabal, binary, blazeHtml, blazeMarkup, citeprocHs, cmdargs
, cryptohash, dataDefault, deepseq, filepath, httpConduit , cryptohash, dataDefault, deepseq, filepath, fsnotify, httpConduit
, httpTypes, HUnit, lrucache, mtl, pandoc, parsec, QuickCheck , httpTypes, HUnit, lrucache, mtl, pandoc, parsec, QuickCheck
, random, regexBase, regexTdfa, snapCore, snapServer, tagsoup , random, regexBase, regexTdfa, snapCore, snapServer
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text , systemFilepath, tagsoup, testFramework, testFrameworkHunit
, time , testFrameworkQuickcheck2, text, time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hakyll"; pname = "hakyll";
version = "4.2.2.0"; version = "4.3.0.0";
sha256 = "0kz8v2ip0hmvqnrxgv44g2863z1dql88razl7aa3fw01q56ihz0y"; sha256 = "188j3spdi2mivx5a10whpb09fm8yhg54ddfwc6x0k040c7q3aq0q";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash
dataDefault deepseq filepath httpConduit httpTypes lrucache mtl dataDefault deepseq filepath fsnotify httpConduit httpTypes
pandoc parsec random regexBase regexTdfa snapCore snapServer lrucache mtl pandoc parsec random regexBase regexTdfa snapCore
tagsoup text time snapServer systemFilepath tagsoup text time
]; ];
testDepends = [ testDepends = [
binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash
dataDefault deepseq filepath httpConduit httpTypes HUnit lrucache dataDefault deepseq filepath fsnotify httpConduit httpTypes HUnit
mtl pandoc parsec QuickCheck random regexBase regexTdfa snapCore lrucache mtl pandoc parsec QuickCheck random regexBase regexTdfa
snapServer tagsoup testFramework testFrameworkHunit snapCore snapServer systemFilepath tagsoup testFramework
testFrameworkQuickcheck2 text time testFrameworkHunit testFrameworkQuickcheck2 text time
]; ];
doCheck = false; doCheck = false;
patchPhase = ''
sed -i -e 's|cryptohash .*,|cryptohash,|' hakyll.cabal
'';
meta = { meta = {
homepage = "http://jaspervdj.be/hakyll"; homepage = "http://jaspervdj.be/hakyll";
description = "A static website compiler library"; description = "A static website compiler library";