3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Peter Simons 2014-01-25 16:52:42 +01:00
parent a1364bb9b1
commit a8e1a6d4d8

View file

@ -1,13 +1,13 @@
{ cabal, aeson, aesonLens, digestiveFunctors, HUnit, lens, mtl { cabal, aeson, digestiveFunctors, HUnit, lens, lensAeson, mtl
, safe, tasty, tastyHunit, text, vector , safe, tasty, tastyHunit, text, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "digestive-functors-aeson"; pname = "digestive-functors-aeson";
version = "1.1.3"; version = "1.1.4";
sha256 = "0194yd2b9irm1gmk3d8awrsrmsr4lml63wr4vm8a92s7w3hdy0db"; sha256 = "1rca25zycmz4al5izq8j7h3cggvb4844g3gj3a1686yy38k5rfvn";
buildDepends = [ buildDepends = [
aeson aesonLens 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