haskell-yesod-form: update to version 1.2.0

This commit is contained in:
Peter Simons 2012-11-16 15:59:16 +01:00
parent 30179b2e10
commit 0bd52ed999

View file

@ -1,4 +1,4 @@
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
{ cabal, aeson, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
, cryptoApi, dataDefault, emailValidate, hamlet, network
, persistent, shakespeareCss, shakespeareJs, text, time
, transformers, wai, xssSanitize, yesodCore, yesodPersistent
@ -6,11 +6,11 @@
cabal.mkDerivation (self: {
pname = "yesod-form";
version = "1.1.4.1";
sha256 = "0rsyrvcnq69b68avl13z4fmvq7hf6p50wpr63hp0pysvcicgyjsm";
version = "1.2.0";
sha256 = "1p5c75dcbhcc90chwzhsk5sk86x3i2ipz6krrqrkx0zx7ykbf94m";
buildDepends = [
attoparsec blazeBuilder blazeHtml blazeMarkup cryptoApi dataDefault
emailValidate hamlet network persistent shakespeareCss
aeson attoparsec blazeBuilder blazeHtml blazeMarkup cryptoApi
dataDefault emailValidate hamlet network persistent shakespeareCss
shakespeareJs text time transformers wai xssSanitize yesodCore
yesodPersistent
];