mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
haskell-yesod-json: update to version 1.2.0
This commit is contained in:
parent
2ba8e44f48
commit
830630d011
@ -1,20 +1,13 @@
|
|||||||
{ cabal, aeson, attoparsecConduit, blazeBuilder, conduit, hspec
|
{ cabal, yesodCore }:
|
||||||
, safe, shakespeareJs, text, transformers, vector, wai, waiExtra
|
|
||||||
, waiTest, yesodCore, yesodRoutes
|
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-json";
|
pname = "yesod-json";
|
||||||
version = "1.1.2.2";
|
version = "1.2.0";
|
||||||
sha256 = "1bl4rs3biv2man0n8ijldil32lyswjqk5ykz0nv06qsaaafjpc3g";
|
sha256 = "0d035k1ls5iq1c12yxknyc33qd22ayyhl69y62zmcw7arwx35sgw";
|
||||||
buildDepends = [
|
buildDepends = [ yesodCore ];
|
||||||
aeson attoparsecConduit blazeBuilder conduit safe shakespeareJs
|
|
||||||
text transformers vector wai waiExtra yesodCore yesodRoutes
|
|
||||||
];
|
|
||||||
testDepends = [ hspec text waiTest yesodCore ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Generate content for Yesod using the aeson package";
|
description = "Generate content for Yesod using the aeson package. (deprecated)";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
Reference in New Issue
Block a user