haskell-digestive-functors-heist: update to version 0.6.1.0
This commit is contained in:
parent
f0af955d7d
commit
d16458a486
@ -1,11 +1,13 @@
|
|||||||
{ cabal, digestiveFunctors, heist, mtl, text, xmlhtml }:
|
{ cabal, blazeBuilder, digestiveFunctors, heist, mtl, text, xmlhtml
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "digestive-functors-heist";
|
pname = "digestive-functors-heist";
|
||||||
version = "0.6.0.0";
|
version = "0.6.1.0";
|
||||||
sha256 = "17qndqsk09fvnvyhhw3xbbjjhfyyp4sivc898vqllyyky0wqmrdk";
|
sha256 = "08h883731cb5kqsv33f6dpf2lgh1r6qn9maqjkn5766vqf7m28nx";
|
||||||
buildDepends = [ digestiveFunctors heist mtl text xmlhtml ];
|
buildDepends = [
|
||||||
jailbreak = true;
|
blazeBuilder digestiveFunctors heist mtl text xmlhtml
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jaspervdj/digestive-functors";
|
homepage = "http://github.com/jaspervdj/digestive-functors";
|
||||||
description = "Heist frontend for the digestive-functors library";
|
description = "Heist frontend for the digestive-functors library";
|
||||||
|
Loading…
Reference in New Issue
Block a user