haskell-hakyll: cosmetic

This commit is contained in:
Peter Simons 2013-10-16 17:06:44 +02:00
parent 7b73fa3853
commit 749243496c

View File

@ -25,7 +25,7 @@ cabal.mkDerivation (self: {
snapCore snapServer systemFilepath tagsoup testFramework snapCore snapServer systemFilepath tagsoup testFramework
testFrameworkHunit testFrameworkQuickcheck2 text time testFrameworkHunit testFrameworkQuickcheck2 text time
]; ];
postPatch = '' patchPhase = ''
sed -i -e 's|cryptohash.*,|cryptohash,|' -e 's|tagsoup.*,|tagsoup,|' hakyll.cabal sed -i -e 's|cryptohash.*,|cryptohash,|' -e 's|tagsoup.*,|tagsoup,|' hakyll.cabal
''; '';
doCheck = false; doCheck = false;