haskell-yesod-core: update to version 1.2.19.1
This commit is contained in:
parent
daf9ad906a
commit
3d42da9e0b
|
@ -13,8 +13,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-core";
|
pname = "yesod-core";
|
||||||
version = "1.2.19";
|
version = "1.2.19.1";
|
||||||
sha256 = "0dlvg8zpr1qyav3svqybsqsrmrl9n8s1kdzxf6zxa3pn582d48il";
|
sha256 = "1021z0jrfbafbdybpj0jkacr9ljyap5cpmfk2911dsz3nz7sy6zg";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsecConduit blazeBuilder blazeHtml blazeMarkup
|
aeson attoparsecConduit blazeBuilder blazeHtml blazeMarkup
|
||||||
caseInsensitive cereal clientsession conduit conduitExtra cookie
|
caseInsensitive cereal clientsession conduit conduitExtra cookie
|
||||||
|
@ -31,7 +31,6 @@ cabal.mkDerivation (self: {
|
||||||
transformers wai waiExtra waiTest
|
transformers wai waiExtra waiTest
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
doCheck = false;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Creation of type-safe, RESTful web applications";
|
description = "Creation of type-safe, RESTful web applications";
|
||||||
|
|
Loading…
Reference in New Issue