mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-yesod-form: update to version 1.3.0
This commit is contained in:
parent
6dbbd1822b
commit
2ba8e44f48
@ -1,18 +1,18 @@
|
|||||||
{ cabal, aeson, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
{ cabal, aeson, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
||||||
, cryptoApi, dataDefault, emailValidate, hamlet, hspec, network
|
, cryptoApi, dataDefault, emailValidate, hamlet, hspec, network
|
||||||
, persistent, shakespeareCss, shakespeareJs, text, time
|
, persistent, resourcet, shakespeareCss, shakespeareJs, text, time
|
||||||
, transformers, wai, xssSanitize, yesodCore, yesodPersistent
|
, transformers, wai, xssSanitize, yesodCore, yesodPersistent
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-form";
|
pname = "yesod-form";
|
||||||
version = "1.2.1.3";
|
version = "1.3.0";
|
||||||
sha256 = "1mrqr6pfrhkk0vv9lhd4wxiic8d1hsraiqmjcqsfbpdyrc6fqypq";
|
sha256 = "1y729h61w30yi4mcva727317gdc70nhn6jzxb7fmc9hqgnh136nc";
|
||||||
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 resourcet
|
||||||
shakespeareJs text time transformers wai xssSanitize yesodCore
|
shakespeareCss shakespeareJs text time transformers wai xssSanitize
|
||||||
yesodPersistent
|
yesodCore yesodPersistent
|
||||||
];
|
];
|
||||||
testDepends = [ hspec text time ];
|
testDepends = [ hspec text time ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user