haskell-yesod-json: updated to version 0.2.2.1
svn path=/nixpkgs/trunk/; revision=30700
This commit is contained in:
parent
3c0482c614
commit
179530c7cd
@ -1,10 +1,14 @@
|
|||||||
{ cabal, aeson, shakespeareJs, text, vector, yesodCore }:
|
{ cabal, aeson, shakespeareJs, text, unorderedContainers, vector
|
||||||
|
, yesodCore
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-json";
|
pname = "yesod-json";
|
||||||
version = "0.2.2";
|
version = "0.2.2.1";
|
||||||
sha256 = "11n34wg0jjamghd93ild48rzganbwzbqf6shv8lyy1lsm2jl8q0v";
|
sha256 = "16l5ygj9xsg2lzw3mkn1kmq543n9w5z1g6lyl8nw5bblp66lfxq3";
|
||||||
buildDepends = [ aeson shakespeareJs text vector yesodCore ];
|
buildDepends = [
|
||||||
|
aeson shakespeareJs text unorderedContainers vector 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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user