haskell-yesod-form: update to version 1.2.1.3
This commit is contained in:
parent
2abefe5719
commit
ad96740034
@ -6,15 +6,14 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-form";
|
pname = "yesod-form";
|
||||||
version = "1.2.1.2";
|
version = "1.2.1.3";
|
||||||
sha256 = "121c6ln8y6l2f9n6pjs2nrghz7w94pb34vp12cj8fabc71vk029j";
|
sha256 = "1mrqr6pfrhkk0vv9lhd4wxiic8d1hsraiqmjcqsfbpdyrc6fqypq";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec blazeBuilder blazeHtml blazeMarkup cryptoApi
|
aeson attoparsec blazeBuilder blazeHtml blazeMarkup cryptoApi
|
||||||
dataDefault emailValidate hamlet network persistent shakespeareCss
|
dataDefault emailValidate hamlet network persistent shakespeareCss
|
||||||
shakespeareJs text time transformers wai xssSanitize yesodCore
|
shakespeareJs text time transformers wai xssSanitize yesodCore
|
||||||
yesodPersistent
|
yesodPersistent
|
||||||
];
|
];
|
||||||
jailbreak = 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…
x
Reference in New Issue
Block a user