haskell-yesod-core: update to version 1.2.16.1
This commit is contained in:
parent
ffb0c2b5eb
commit
7febd19525
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-core";
|
pname = "yesod-core";
|
||||||
version = "1.2.15.2";
|
version = "1.2.16.1";
|
||||||
sha256 = "1k5dqcfpwqac81p9w2i1kz5pcvr21ibia5kh441811bdzlpwsiwq";
|
sha256 = "1wr5labhp3wc23ki2wvaypanm54qw9vz3v77rxyj1za1y2n1cprw";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsecConduit blazeBuilder blazeHtml blazeMarkup
|
aeson attoparsecConduit blazeBuilder blazeHtml blazeMarkup
|
||||||
caseInsensitive cereal clientsession conduit conduitExtra cookie
|
caseInsensitive cereal clientsession conduit conduitExtra cookie
|
||||||
|
@ -26,7 +26,7 @@ cabal.mkDerivation (self: {
|
||||||
async blazeBuilder conduit conduitExtra hamlet hspec httpTypes
|
async blazeBuilder conduit conduitExtra hamlet hspec httpTypes
|
||||||
HUnit liftedBase network networkConduit QuickCheck random resourcet
|
HUnit liftedBase network networkConduit QuickCheck random resourcet
|
||||||
shakespeare shakespeareCss shakespeareJs streamingCommons text
|
shakespeare shakespeareCss shakespeareJs streamingCommons text
|
||||||
transformers wai waiTest
|
transformers wai waiExtra waiTest
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue