haskell-hakyll: update to version 4.2.2.0

This commit is contained in:
Peter Simons 2013-03-25 11:40:29 +01:00
parent 7943ac41cd
commit 67c9b39b60

View File

@ -1,26 +1,29 @@
{ cabal, binary, blazeHtml, blazeMarkup, citeprocHs, cmdargs { cabal, binary, blazeHtml, blazeMarkup, citeprocHs, cmdargs
, cryptohash, deepseq, filepath, httpConduit, httpTypes, HUnit , cryptohash, dataDefault, deepseq, filepath, httpConduit
, lrucache, mtl, pandoc, parsec, QuickCheck, random, regexBase , httpTypes, HUnit, lrucache, mtl, pandoc, parsec, QuickCheck
, regexTdfa, snapCore, snapServer, tagsoup, testFramework , random, regexBase, regexTdfa, snapCore, snapServer, tagsoup
, testFrameworkHunit, testFrameworkQuickcheck2, text, time , testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
, time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hakyll"; pname = "hakyll";
version = "4.2.1.2"; version = "4.2.2.0";
sha256 = "0b2jmi9hi5l72lkyjn2w3gwn52zvnvv7c10x5329hp000gzmwbvi"; sha256 = "0kz8v2ip0hmvqnrxgv44g2863z1dql88razl7aa3fw01q56ihz0y";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash deepseq binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash
filepath httpConduit httpTypes lrucache mtl pandoc parsec random dataDefault deepseq filepath httpConduit httpTypes lrucache mtl
regexBase regexTdfa snapCore snapServer tagsoup text time pandoc parsec random regexBase regexTdfa snapCore snapServer
tagsoup text time
]; ];
testDepends = [ testDepends = [
binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash deepseq binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash
filepath httpConduit httpTypes HUnit lrucache mtl pandoc parsec dataDefault deepseq filepath httpConduit httpTypes HUnit lrucache
QuickCheck random regexBase regexTdfa snapCore snapServer tagsoup mtl pandoc parsec QuickCheck random regexBase regexTdfa snapCore
testFramework testFrameworkHunit testFrameworkQuickcheck2 text time snapServer tagsoup testFramework testFrameworkHunit
testFrameworkQuickcheck2 text time
]; ];
doCheck = false; doCheck = false;
meta = { meta = {