haskell-wl-pprint-extras: update to version 3.4
This commit is contained in:
parent
3dcc961cff
commit
7a36e6fa03
@ -1,10 +1,10 @@
|
|||||||
{ cabal, nats, semigroupoids, semigroups, utf8String }:
|
{ cabal, nats, semigroupoids, semigroups, text, utf8String }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wl-pprint-extras";
|
pname = "wl-pprint-extras";
|
||||||
version = "3.3";
|
version = "3.4";
|
||||||
sha256 = "1q3wiw62k53yl9ny9l54b281zprrnshw94pd52rlcxbw9cgj8xzx";
|
sha256 = "17vxyckx2pj4sc2d1yw1rcsxn1rp4nzdjp0hgpy78xsp9plccgsy";
|
||||||
buildDepends = [ nats semigroupoids semigroups utf8String ];
|
buildDepends = [ nats semigroupoids semigroups text utf8String ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/wl-pprint-extras/";
|
homepage = "http://github.com/ekmett/wl-pprint-extras/";
|
||||||
description = "A free monad based on the Wadler/Leijen pretty printer";
|
description = "A free monad based on the Wadler/Leijen pretty printer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user