haskell-distributive: update to version 0.3
This commit is contained in:
parent
eb3448ddcf
commit
18df74561d
@ -1,10 +1,10 @@
|
|||||||
{ cabal, transformers }:
|
{ cabal, transformers, transformersCompat }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "distributive";
|
pname = "distributive";
|
||||||
version = "0.2.2";
|
version = "0.3";
|
||||||
sha256 = "13wvr2wb3h2nr1qd3dwjqx0b6g4igjqm3q2cyi4mc41gwihkbhr2";
|
sha256 = "0z6vwak2n91vpx9ps9j1pbiw0zlh9jmds84yx1yqssbqx8npi32f";
|
||||||
buildDepends = [ transformers ];
|
buildDepends = [ transformers transformersCompat ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/distributive/";
|
homepage = "http://github.com/ekmett/distributive/";
|
||||||
description = "Haskell 98 Distributive functors -- Dual to Traversable";
|
description = "Haskell 98 Distributive functors -- Dual to Traversable";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user