haskell-distributive: update to version 0.4
This commit is contained in:
parent
2385cd7110
commit
d6fee0c119
|
@ -1,10 +1,12 @@
|
||||||
{ cabal, doctest, filepath, transformers, transformersCompat }:
|
{ cabal, doctest, filepath, tagged, transformers
|
||||||
|
, transformersCompat
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "distributive";
|
pname = "distributive";
|
||||||
version = "0.3.2";
|
version = "0.4";
|
||||||
sha256 = "1n2xnjffrbfw736qn9w5fxy4pjl2319yhimkglhbayq85pz51r1h";
|
sha256 = "11zln3h7pflv1f6jfma5b505p4wnr9xrs711mhh3a8xi20n4r318";
|
||||||
buildDepends = [ transformers transformersCompat ];
|
buildDepends = [ tagged transformers transformersCompat ];
|
||||||
testDepends = [ doctest filepath ];
|
testDepends = [ doctest filepath ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/distributive/";
|
homepage = "http://github.com/ekmett/distributive/";
|
||||||
|
|
Loading…
Reference in New Issue