mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-yesod: update to version 1.1.1.2
This commit is contained in:
parent
3ff871a11d
commit
8cf5551b6a
1 changed files with 2 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod";
|
pname = "yesod";
|
||||||
version = "1.1.1";
|
version = "1.1.1.2";
|
||||||
sha256 = "0666g2ap6ignqif9vwis2bnsb45jb19llw9z20nsfs0q3wj8ykn3";
|
sha256 = "0gq4ijfjlkiqw4bp9hxs8r41vlhz33v5l9k1maqjy62d446lrgvw";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
@ -19,7 +19,6 @@ cabal.mkDerivation (self: {
|
||||||
transformers unixCompat unorderedContainers wai waiExtra warp yaml
|
transformers unixCompat unorderedContainers wai waiExtra warp yaml
|
||||||
yesodAuth yesodCore yesodForm yesodJson yesodPersistent zlib
|
yesodAuth yesodCore yesodForm yesodJson 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…
Reference in a new issue