haskell-heist: update to version 0.12.0
This commit is contained in:
parent
59f4b266d8
commit
87d2cbeb19
|
@ -1,16 +1,17 @@
|
||||||
{ cabal, aeson, attoparsec, blazeBuilder, blazeHtml, directoryTree
|
{ cabal, aeson, attoparsec, blazeBuilder, blazeHtml, directoryTree
|
||||||
, dlist, errors, filepath, hashable, MonadCatchIOTransformers, mtl
|
, dlist, errors, filepath, hashable, MonadCatchIOTransformers, mtl
|
||||||
, random, text, time, unorderedContainers, vector, xmlhtml
|
, random, text, time, transformers, unorderedContainers, vector
|
||||||
|
, xmlhtml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "heist";
|
pname = "heist";
|
||||||
version = "0.11.1";
|
version = "0.12.0";
|
||||||
sha256 = "17d6jycgxx5fz8sd3wnln53im29vz8l9847qsqbpyx8adrcg7rjh";
|
sha256 = "0fdqvippsxljylchfcr32lw367i17cpv4yavjvmhfd923vgmmfj9";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec blazeBuilder blazeHtml directoryTree dlist errors
|
aeson attoparsec blazeBuilder blazeHtml directoryTree dlist errors
|
||||||
filepath hashable MonadCatchIOTransformers mtl random text time
|
filepath hashable MonadCatchIOTransformers mtl random text time
|
||||||
unorderedContainers vector xmlhtml
|
transformers unorderedContainers vector xmlhtml
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
|
|
Loading…
Reference in New Issue