haskell-distributive: update to version 0.4.3.1

This commit is contained in:
Peter Simons 2014-04-04 23:29:43 +02:00
parent c94198f13e
commit 7ccdd41c27

View File

@ -4,13 +4,13 @@
cabal.mkDerivation (self: {
pname = "distributive";
version = "0.4.1";
sha256 = "0izsgasml3didklkk6z274fzfd1c6qnn0wlzprcz0bnd07zkh814";
version = "0.4.3.1";
sha256 = "17ny7nlxg6x08f88dyl15wsdhgi0cgafxdsl5wdw5vv6y0jsrx27";
buildDepends = [ tagged transformers transformersCompat ];
testDepends = [ doctest filepath ];
meta = {
homepage = "http://github.com/ekmett/distributive/";
description = "Haskell 98 Distributive functors -- Dual to Traversable";
description = "Distributive functors -- Dual to Traversable";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};