haskell-yesod-json: updated to version 0.2.3
svn path=/nixpkgs/trunk/; revision=31100
This commit is contained in:
parent
aa1be5c36f
commit
1592e39ced
@ -1,14 +1,14 @@
|
|||||||
{ cabal, aeson, blazeBuilder, shakespeareJs, text
|
{ cabal, aeson, attoparsecEnumerator, blazeBuilder, shakespeareJs
|
||||||
, unorderedContainers, vector, yesodCore
|
, text, transformers, unorderedContainers, vector, yesodCore
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-json";
|
pname = "yesod-json";
|
||||||
version = "0.2.2.2";
|
version = "0.2.3";
|
||||||
sha256 = "0mhajy0hal9icwys63vcmlipl3gwm8bvv7xywwjydd86drqhz9ni";
|
sha256 = "0bd75zzxqrarqk8b2v515jv0zbi5x27fmb9cbj3g57l9ig57lqy5";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson blazeBuilder shakespeareJs text unorderedContainers vector
|
aeson attoparsecEnumerator blazeBuilder shakespeareJs text
|
||||||
yesodCore
|
transformers unorderedContainers vector yesodCore
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user