haskellPackages.digestiveFunctorsAeson: Update to 1.1.7

This commit is contained in:
Oliver Charles 2014-04-16 16:39:12 +01:00
parent edee246684
commit 3b3f7d2595

View File

@ -1,14 +1,14 @@
{ cabal, aeson, digestiveFunctors, HUnit, lens, mtl, safe, tasty { cabal, aeson, digestiveFunctors, HUnit, lens, mtl, safe
, tastyHunit, text, vector , scientific, tasty, tastyHunit, text, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "digestive-functors-aeson"; pname = "digestive-functors-aeson";
version = "1.1.6"; version = "1.1.7";
sha256 = "1zhw0zksl48q9y699phadf6ixsyll52clr3yyhqghki6l820xwci"; sha256 = "07dnwmbcyb64yp51ijwsc84r6gf4rxxc4bi3wkzwxq1ijm1qhpni";
buildDepends = [ aeson digestiveFunctors lens safe text vector ]; buildDepends = [ aeson digestiveFunctors lens safe text vector ];
testDepends = [ testDepends = [
aeson digestiveFunctors HUnit mtl tasty tastyHunit text aeson digestiveFunctors HUnit mtl scientific tasty tastyHunit text
]; ];
meta = { meta = {
homepage = "http://github.com/ocharles/digestive-functors-aeson"; homepage = "http://github.com/ocharles/digestive-functors-aeson";