forked from mirrors/nixpkgs
haskell-wl-pprint-terminfo: update to version 3.6
This commit is contained in:
parent
7a36e6fa03
commit
4e494d0722
|
@ -1,12 +1,13 @@
|
||||||
{ cabal, nats, semigroups, terminfo, transformers, wlPprintExtras
|
{ cabal, nats, semigroups, terminfo, text, transformers
|
||||||
|
, wlPprintExtras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wl-pprint-terminfo";
|
pname = "wl-pprint-terminfo";
|
||||||
version = "3.4";
|
version = "3.6";
|
||||||
sha256 = "1wnlm74fwcn171a533bv15bvlhabrzh192wabala0wyvwgl8hwzk";
|
sha256 = "14dq0inv6i8pwjzrpys420iwi6002mard1n73z96k89zq5xhwlbg";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
nats semigroups terminfo transformers wlPprintExtras
|
nats semigroups terminfo text transformers wlPprintExtras
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/wl-pprint-terminfo/";
|
homepage = "http://github.com/ekmett/wl-pprint-terminfo/";
|
||||||
|
|
Loading…
Reference in a new issue