haskell-distributive: update to version 0.4

This commit is contained in:
Peter Simons 2014-01-16 11:54:49 +01:00
parent 2385cd7110
commit d6fee0c119
1 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,12 @@
{ cabal, doctest, filepath, transformers, transformersCompat }:
{ cabal, doctest, filepath, tagged, transformers
, transformersCompat
}:
cabal.mkDerivation (self: {
pname = "distributive";
version = "0.3.2";
sha256 = "1n2xnjffrbfw736qn9w5fxy4pjl2319yhimkglhbayq85pz51r1h";
buildDepends = [ transformers transformersCompat ];
version = "0.4";
sha256 = "11zln3h7pflv1f6jfma5b505p4wnr9xrs711mhh3a8xi20n4r318";
buildDepends = [ tagged transformers transformersCompat ];
testDepends = [ doctest filepath ];
meta = {
homepage = "http://github.com/ekmett/distributive/";