Author: simons
Date: Mon Dec  5 16:00:16 2011
New Revision: 30757
URL: https://nixos.org/websvn/nix/?rev=30757&sc=1

Log:
haskell-aeson: re-generated with the latest version of cabal2nix

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/aeson/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/aeson/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/aeson/default.nix  Mon Dec 
 5 16:00:13 2011        (r30756)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/aeson/default.nix  Mon Dec 
 5 16:00:16 2011        (r30757)
@@ -1,5 +1,5 @@
-{ cabal, attoparsec, blazeBuilder, blazeTextual, deepseq, hashable
-, mtl, syb, text, time, unorderedContainers, vector
+{ cabal, attoparsec, blazeBuilder, blazeTextual, deepseq, dlist
+, hashable, mtl, syb, text, time, unorderedContainers, vector
 }:
 
 cabal.mkDerivation (self: {
@@ -7,8 +7,8 @@
   version = "0.4.0.0";
   sha256 = "1j0m7hh82ab7lg757wq75k28llfd1igawmg4g2qdia5gimm652pa";
   buildDepends = [
-    attoparsec blazeBuilder blazeTextual deepseq hashable mtl syb text
-    time unorderedContainers vector
+    attoparsec blazeBuilder blazeTextual deepseq dlist hashable mtl syb
+    text time unorderedContainers vector
   ];
   meta = {
     homepage = "https://github.com/bos/aeson";;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to