2012-02-16 15:05:41 +01:00
|
|
|
{ cabal }:
|
2009-09-28 16:13:41 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-09-28 16:13:41 +02:00
|
|
|
pname = "ansi-terminal";
|
2013-01-25 14:52:03 +01:00
|
|
|
version = "0.6";
|
|
|
|
sha256 = "0a5zrq80yrj48s2cm8lns06p6wwnz72vs2wy0ryp0gw6rrg50fkg";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2009-09-28 16:13:41 +02:00
|
|
|
meta = {
|
2011-08-10 01:00:20 +02:00
|
|
|
homepage = "http://batterseapower.github.com/ansi-terminal";
|
2009-09-28 16:13:41 +02:00
|
|
|
description = "Simple ANSI terminal support, with Windows compatibility";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-09-28 16:13:41 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|