haskell-ansi-terminal: update to version 0.6.1
This commit is contained in:
parent
ee755fa3bc
commit
a3c0e40e52
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ansi-terminal";
|
pname = "ansi-terminal";
|
||||||
version = "0.6";
|
version = "0.6.1";
|
||||||
sha256 = "0a5zrq80yrj48s2cm8lns06p6wwnz72vs2wy0ryp0gw6rrg50fkg";
|
sha256 = "0ncghc0z2xkfn1hfvyl0haf4mia9lhjbiqda11nxkqqfxdyklb2j";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://batterseapower.github.com/ansi-terminal";
|
homepage = "https://github.com/feuerbach/ansi-terminal";
|
||||||
description = "Simple ANSI terminal support, with Windows compatibility";
|
description = "Simple ANSI terminal support, with Windows compatibility";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user