2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2009-09-28 14:13:41 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2009-09-28 14:13:41 +00:00
|
|
|
pname = "ansi-terminal";
|
2014-10-26 16:43:29 +01:00
|
|
|
version = "0.6.2.1";
|
|
|
|
sha256 = "1xmp8wpcyvqys777qpyfx99bhlnvmr7jil7r78j5n6fx3mkkhnln";
|
2011-08-09 23:00:20 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2009-09-28 14:13:41 +00:00
|
|
|
meta = {
|
2013-12-16 16:36:18 +01:00
|
|
|
homepage = "https://github.com/feuerbach/ansi-terminal";
|
2009-09-28 14:13:41 +00:00
|
|
|
description = "Simple ANSI terminal support, with Windows compatibility";
|
2011-08-09 23:00:20 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-09-28 14:13:41 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|