haskell-yesod-core: update to version 1.1.8.2
This commit is contained in:
parent
caf11199f9
commit
412eb8c2f2
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-core";
|
pname = "yesod-core";
|
||||||
version = "1.1.8.1";
|
version = "1.1.8.2";
|
||||||
sha256 = "1bkqh8k7wwyj5s8pyxmlc1lrz47rz1mj49mqmpbislkjk0p6hbks";
|
sha256 = "0brrvij1vldb5zr3vnynikaf1x479qrgf7k3162nhrmwl57lm9sz";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson blazeBuilder blazeHtml blazeMarkup caseInsensitive cereal
|
aeson blazeBuilder blazeHtml blazeMarkup caseInsensitive cereal
|
||||||
clientsession conduit cookie failure fastLogger hamlet httpTypes
|
clientsession conduit cookie failure fastLogger hamlet httpTypes
|
||||||
@ -19,7 +19,6 @@ cabal.mkDerivation (self: {
|
|||||||
text time transformers transformersBase vector wai waiExtra
|
text time transformers transformersBase vector wai waiExtra
|
||||||
yesodRoutes
|
yesodRoutes
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
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…
x
Reference in New Issue
Block a user