haskell-yesod-form: update to version 1.1.0
This commit is contained in:
parent
fcd1e9eee4
commit
5cd5c8df14
|
@ -1,18 +1,20 @@
|
||||||
{ cabal, blazeBuilder, blazeHtml, blazeMarkup, dataDefault
|
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
||||||
, emailValidate, hamlet, network, persistent, shakespeareCss
|
, cryptoApi, dataDefault, emailValidate, hamlet, network
|
||||||
, shakespeareJs, text, time, transformers, wai, xssSanitize
|
, persistent, shakespeareCss, shakespeareJs, text, time
|
||||||
, yesodCore, yesodPersistent
|
, transformers, wai, xssSanitize, yesodCore, yesodPersistent
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-form";
|
pname = "yesod-form";
|
||||||
version = "1.0.0.4";
|
version = "1.1.0";
|
||||||
sha256 = "1wc7nrsf7r9zs24q2amy1zij5sfycs1arnrf8g769c7gihjhdqfd";
|
sha256 = "1xig1va8qya78g6rlymz2w2ncyp8fj76sinyhjpr1ikw8my5hgw0";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeHtml blazeMarkup dataDefault emailValidate hamlet
|
attoparsec blazeBuilder blazeHtml blazeMarkup cryptoApi dataDefault
|
||||||
network persistent shakespeareCss shakespeareJs text time
|
emailValidate hamlet network persistent shakespeareCss
|
||||||
transformers wai xssSanitize yesodCore yesodPersistent
|
shakespeareJs text time transformers wai xssSanitize yesodCore
|
||||||
|
yesodPersistent
|
||||||
];
|
];
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Form handling support for Yesod Web Framework";
|
description = "Form handling support for Yesod Web Framework";
|
||||||
|
|
Loading…
Reference in New Issue