mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
haskell-yesod-form: update to version 1.3.8.1
This commit is contained in:
parent
11679b331a
commit
03d2b99537
@ -1,18 +1,19 @@
|
|||||||
{ cabal, aeson, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
{ cabal, aeson, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
||||||
, byteable, dataDefault, emailValidate, hamlet, hspec, network
|
, byteable, dataDefault, emailValidate, hamlet, hspec, network
|
||||||
, persistent, resourcet, shakespeareCss, shakespeareJs, text, time
|
, persistent, resourcet, shakespeare, shakespeareCss, shakespeareJs
|
||||||
, transformers, wai, xssSanitize, yesodCore, yesodPersistent
|
, text, time, transformers, wai, xssSanitize, yesodCore
|
||||||
|
, yesodPersistent
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-form";
|
pname = "yesod-form";
|
||||||
version = "1.3.8";
|
version = "1.3.8.1";
|
||||||
sha256 = "0cdpdgclhasdmynp9fhf9yhl33nwh71bmg344x51xkp5347w614b";
|
sha256 = "0cyvyr3whrbswawv5rcfmq9nhk3kf4d3vgfm8z01prcqdsc4yh21";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec blazeBuilder blazeHtml blazeMarkup byteable
|
aeson attoparsec blazeBuilder blazeHtml blazeMarkup byteable
|
||||||
dataDefault emailValidate hamlet network persistent resourcet
|
dataDefault emailValidate hamlet network persistent resourcet
|
||||||
shakespeareCss shakespeareJs text time transformers wai xssSanitize
|
shakespeare shakespeareCss shakespeareJs text time transformers wai
|
||||||
yesodCore yesodPersistent
|
xssSanitize yesodCore yesodPersistent
|
||||||
];
|
];
|
||||||
testDepends = [ hspec text time ];
|
testDepends = [ hspec text time ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user