haskell-hakyll: update to version 4.2.1.2

This commit is contained in:
Peter Simons 2013-03-11 11:20:20 +01:00
parent 807cd9ff16
commit 0f18c143e5

View File

@ -7,8 +7,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hakyll"; pname = "hakyll";
version = "4.2.1.1"; version = "4.2.1.2";
sha256 = "072fl5k8fwmrx1rwb964cz0kn1hcyda13l597mqdmdi2ky5s5hf0"; sha256 = "0b2jmi9hi5l72lkyjn2w3gwn52zvnvv7c10x5329hp000gzmwbvi";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -22,7 +22,6 @@ cabal.mkDerivation (self: {
QuickCheck random regexBase regexTdfa snapCore snapServer tagsoup QuickCheck random regexBase regexTdfa snapCore snapServer tagsoup
testFramework testFrameworkHunit testFrameworkQuickcheck2 text time testFramework testFrameworkHunit testFrameworkQuickcheck2 text time
]; ];
patchPhase = "sed -i -e 's|pandoc.*,|pandoc,|' hakyll.cabal";
doCheck = false; doCheck = false;
meta = { meta = {
homepage = "http://jaspervdj.be/hakyll"; homepage = "http://jaspervdj.be/hakyll";