haskell-yesod-json: updated to version 0.2.2.2
svn path=/nixpkgs/trunk/; revision=31076
This commit is contained in:
parent
5968d4645b
commit
6dbd367227
@ -1,13 +1,14 @@
|
|||||||
{ cabal, aeson, shakespeareJs, text, unorderedContainers, vector
|
{ cabal, aeson, blazeBuilder, shakespeareJs, text
|
||||||
, yesodCore
|
, unorderedContainers, vector, yesodCore
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-json";
|
pname = "yesod-json";
|
||||||
version = "0.2.2.1";
|
version = "0.2.2.2";
|
||||||
sha256 = "16l5ygj9xsg2lzw3mkn1kmq543n9w5z1g6lyl8nw5bblp66lfxq3";
|
sha256 = "0mhajy0hal9icwys63vcmlipl3gwm8bvv7xywwjydd86drqhz9ni";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson shakespeareJs text unorderedContainers vector yesodCore
|
aeson blazeBuilder shakespeareJs text unorderedContainers vector
|
||||||
|
yesodCore
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user