haskell-happstack-hamlet: fix build in presence for recent versions of hamlet
This commit is contained in:
parent
5a146e9cff
commit
019fc2d03d
@ -5,6 +5,9 @@ cabal.mkDerivation (self: {
|
|||||||
version = "7.0.1";
|
version = "7.0.1";
|
||||||
sha256 = "13ayypl2x402h6a7yq7fvgd2mn21gl5gcw2hk7f5vr2bdlvwv53n";
|
sha256 = "13ayypl2x402h6a7yq7fvgd2mn21gl5gcw2hk7f5vr2bdlvwv53n";
|
||||||
buildDepends = [ hamlet happstackServer text ];
|
buildDepends = [ hamlet happstackServer text ];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|hamlet .*,|hamlet,|' happstack-hamlet.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.happstack.com/";
|
homepage = "http://www.happstack.com/";
|
||||||
description = "Support for Hamlet HTML templates in Happstack";
|
description = "Support for Hamlet HTML templates in Happstack";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user