forked from mirrors/nixpkgs
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: {
|
||||
pname = "ansi-terminal";
|
||||
version = "0.6";
|
||||
sha256 = "0a5zrq80yrj48s2cm8lns06p6wwnz72vs2wy0ryp0gw6rrg50fkg";
|
||||
version = "0.6.1";
|
||||
sha256 = "0ncghc0z2xkfn1hfvyl0haf4mia9lhjbiqda11nxkqqfxdyklb2j";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
meta = {
|
||||
homepage = "http://batterseapower.github.com/ansi-terminal";
|
||||
homepage = "https://github.com/feuerbach/ansi-terminal";
|
||||
description = "Simple ANSI terminal support, with Windows compatibility";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue