haskell-hakyll: patch to allow building with latest version of 'hamlet'
This commit is contained in:
parent
0979c3df69
commit
e0c204a940
@ -12,6 +12,9 @@ cabal.mkDerivation (self: {
|
|||||||
mtl pandoc parsec regexBase regexTdfa snapCore snapServer tagsoup
|
mtl pandoc parsec regexBase regexTdfa snapCore snapServer tagsoup
|
||||||
text time
|
text time
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i hakyll.cabal -e 's|hamlet.*,|hamlet,|'
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/hakyll";
|
homepage = "http://jaspervdj.be/hakyll";
|
||||||
description = "A static website compiler library";
|
description = "A static website compiler library";
|
||||||
|
Loading…
Reference in New Issue
Block a user