summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-12-26 15:36:52 +0000
committerPeter Simons <simons@cryp.to>2011-12-26 15:36:52 +0000
commit1592e39ced5a3735708705201308a43d45ca0919 (patch)
tree0a9b7a97e43da9819218dc9277e51040b7702a4f /pkgs/development
parentaa1be5c36f1e2336b55eccca80f9ff4cb2a0d821 (diff)
downloadnixlib-1592e39ced5a3735708705201308a43d45ca0919.tar
nixlib-1592e39ced5a3735708705201308a43d45ca0919.tar.gz
nixlib-1592e39ced5a3735708705201308a43d45ca0919.tar.bz2
nixlib-1592e39ced5a3735708705201308a43d45ca0919.tar.lz
nixlib-1592e39ced5a3735708705201308a43d45ca0919.tar.xz
nixlib-1592e39ced5a3735708705201308a43d45ca0919.tar.zst
nixlib-1592e39ced5a3735708705201308a43d45ca0919.zip
haskell-yesod-json: updated to version 0.2.3
svn path=/nixpkgs/trunk/; revision=31100
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/yesod-json/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/libraries/haskell/yesod-json/default.nix b/pkgs/development/libraries/haskell/yesod-json/default.nix
index cf65dc8993e1..379d7319b120 100644
--- a/pkgs/development/libraries/haskell/yesod-json/default.nix
+++ b/pkgs/development/libraries/haskell/yesod-json/default.nix
@@ -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/";