haskell-heist: update to version 0.10.0
This commit is contained in:
parent
47828eaaf8
commit
2e02d9f742
|
@ -1,20 +1,20 @@
|
||||||
{ cabal, aeson, attoparsec, blazeBuilder, blazeHtml, directoryTree
|
{ cabal, aeson, attoparsec, blazeBuilder, blazeHtml, directoryTree
|
||||||
, filepath, MonadCatchIOTransformers, mtl, random, text, time
|
, dlist, errors, filepath, hashable, MonadCatchIOTransformers, mtl
|
||||||
, unorderedContainers, vector, xmlhtml
|
, random, text, time, unorderedContainers, vector, xmlhtml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "heist";
|
pname = "heist";
|
||||||
version = "0.8.2";
|
version = "0.10.0";
|
||||||
sha256 = "0zamggvfq9054vxznbnfq1fihk110ih8q0dza1rmsjb1h2s88rkj";
|
sha256 = "0cabn1yw57qa7psmypqa20k4viis140al5zm31jlpmz599rkbi9z";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec blazeBuilder blazeHtml directoryTree filepath
|
aeson attoparsec blazeBuilder blazeHtml directoryTree dlist errors
|
||||||
MonadCatchIOTransformers mtl random text time unorderedContainers
|
filepath hashable MonadCatchIOTransformers mtl random text time
|
||||||
vector xmlhtml
|
unorderedContainers vector xmlhtml
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "An (x)html templating system";
|
description = "An Haskell template system supporting both HTML5 and XML";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue