haskell-yesod: update to version 1.1.9
This commit is contained in:
parent
02a48586cf
commit
c7c79828de
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod";
|
pname = "yesod";
|
||||||
version = "1.1.8.1";
|
version = "1.1.9";
|
||||||
sha256 = "01s9b0pqqj7q760vm62ni95k5fqwccw8l6531kqav2vnfvi08ric";
|
sha256 = "0fcvf0bg7dsrka639q20dncinqq0fdv21zyvwpx63qfcmilhmjlm";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -27,7 +27,6 @@ cabal.mkDerivation (self: {
|
|||||||
yesodAuth yesodCore yesodDefault yesodForm yesodJson
|
yesodAuth yesodCore yesodDefault yesodForm yesodJson
|
||||||
yesodPersistent zlib
|
yesodPersistent zlib
|
||||||
];
|
];
|
||||||
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