mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
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
|
||||
, unorderedContainers, vector, yesodCore
|
||||
{ cabal, aeson, attoparsecEnumerator, blazeBuilder, shakespeareJs
|
||||
, text, transformers, unorderedContainers, vector, yesodCore
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-json";
|
||||
version = "0.2.2.2";
|
||||
sha256 = "0mhajy0hal9icwys63vcmlipl3gwm8bvv7xywwjydd86drqhz9ni";
|
||||
version = "0.2.3";
|
||||
sha256 = "0bd75zzxqrarqk8b2v515jv0zbi5x27fmb9cbj3g57l9ig57lqy5";
|
||||
buildDepends = [
|
||||
aeson blazeBuilder shakespeareJs text unorderedContainers vector
|
||||
yesodCore
|
||||
aeson attoparsecEnumerator blazeBuilder shakespeareJs text
|
||||
transformers unorderedContainers vector yesodCore
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
|
|
Loading…
Reference in a new issue