haskell-wl-pprint-extras: update to version 3.4

This commit is contained in:
Peter Simons 2013-03-10 00:26:26 +01:00
parent 3dcc961cff
commit 7a36e6fa03

View file

@ -1,10 +1,10 @@
{ cabal, nats, semigroupoids, semigroups, utf8String }:
{ cabal, nats, semigroupoids, semigroups, text, utf8String }:
cabal.mkDerivation (self: {
pname = "wl-pprint-extras";
version = "3.3";
sha256 = "1q3wiw62k53yl9ny9l54b281zprrnshw94pd52rlcxbw9cgj8xzx";
buildDepends = [ nats semigroupoids semigroups utf8String ];
version = "3.4";
sha256 = "17vxyckx2pj4sc2d1yw1rcsxn1rp4nzdjp0hgpy78xsp9plccgsy";
buildDepends = [ nats semigroupoids semigroups text utf8String ];
meta = {
homepage = "http://github.com/ekmett/wl-pprint-extras/";
description = "A free monad based on the Wadler/Leijen pretty printer";