haskell-digestive-functors-aeson: update to version 1.1.5

This commit is contained in:
Peter Simons 2014-02-10 11:05:57 +01:00
parent 392d78a7dd
commit b655b5c044

View File

@ -1,14 +1,12 @@
{ cabal, aeson, digestiveFunctors, HUnit, lens, lensAeson, mtl { cabal, aeson, digestiveFunctors, HUnit, lens, mtl, safe, tasty
, safe, tasty, tastyHunit, text, vector , tastyHunit, text, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "digestive-functors-aeson"; pname = "digestive-functors-aeson";
version = "1.1.4"; version = "1.1.5";
sha256 = "1rca25zycmz4al5izq8j7h3cggvb4844g3gj3a1686yy38k5rfvn"; sha256 = "1mxi8zbv3hxy2crj6h6p1a885k8rd0fqhmwq7l7w7d7d73h8bmm3";
buildDepends = [ buildDepends = [ aeson digestiveFunctors lens safe text vector ];
aeson digestiveFunctors lens lensAeson safe text vector
];
testDepends = [ testDepends = [
aeson digestiveFunctors HUnit mtl tasty tastyHunit text aeson digestiveFunctors HUnit mtl tasty tastyHunit text
]; ];