haskell-hakyll: update to version 4.2.1.1
This commit is contained in:
parent
126100e7a9
commit
9f90185d42
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hakyll";
|
pname = "hakyll";
|
||||||
version = "4.2.1.0";
|
version = "4.2.1.1";
|
||||||
sha256 = "05w5j8wc47j8g4x2lsm0zs3aspb4rjvgnrxbjlxps0mfz3csqfhh";
|
sha256 = "072fl5k8fwmrx1rwb964cz0kn1hcyda13l597mqdmdi2ky5s5hf0";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -19,9 +19,10 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash deepseq
|
binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash deepseq
|
||||||
filepath httpConduit httpTypes HUnit lrucache mtl pandoc parsec
|
filepath httpConduit httpTypes HUnit lrucache mtl pandoc parsec
|
||||||
QuickCheck random regexBase regexTdfa tagsoup testFramework
|
QuickCheck random regexBase regexTdfa snapCore snapServer tagsoup
|
||||||
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user