2011-08-10 01:00:20 +02: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";
|
2011-08-10 01:00:20 +02:00
|
|
|
version = "0.5.5";
|
|
|
|
sha256 = "09r4nlpmkis6cp30jkymfas13hz6ph4zqxhvigrxn6s76v7nb5a8";
|
|
|
|
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;
|
|
|
|
maintainers = [
|
|
|
|
self.stdenv.lib.maintainers.andres
|
|
|
|
self.stdenv.lib.maintainers.simons
|
|
|
|
];
|
2009-09-28 16:13:41 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|