From a8e1a6d4d89352e6cf5c7590114ac18bc9d6da15 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 25 Jan 2014 16:52:42 +0100 Subject: [PATCH] haskell-digestive-functors-aeson: update to version 1.1.4 --- .../haskell/digestive-functors-aeson/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/digestive-functors-aeson/default.nix b/pkgs/development/libraries/haskell/digestive-functors-aeson/default.nix index 50ff8b005e4..02b7f35d382 100644 --- a/pkgs/development/libraries/haskell/digestive-functors-aeson/default.nix +++ b/pkgs/development/libraries/haskell/digestive-functors-aeson/default.nix @@ -1,13 +1,13 @@ -{ cabal, aeson, aesonLens, digestiveFunctors, HUnit, lens, mtl +{ cabal, aeson, digestiveFunctors, HUnit, lens, lensAeson, mtl , safe, tasty, tastyHunit, text, vector }: cabal.mkDerivation (self: { pname = "digestive-functors-aeson"; - version = "1.1.3"; - sha256 = "0194yd2b9irm1gmk3d8awrsrmsr4lml63wr4vm8a92s7w3hdy0db"; + version = "1.1.4"; + sha256 = "1rca25zycmz4al5izq8j7h3cggvb4844g3gj3a1686yy38k5rfvn"; buildDepends = [ - aeson aesonLens digestiveFunctors lens safe text vector + aeson digestiveFunctors lens lensAeson safe text vector ]; testDepends = [ aeson digestiveFunctors HUnit mtl tasty tastyHunit text