2014-07-14 12:21:41 +01: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 15:13:41 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-09-28 15:13:41 +01:00
|
|
|
pname = "ansi-terminal";
|
2014-02-05 09:42:37 +00:00
|
|
|
version = "0.6.1.1";
|
|
|
|
sha256 = "06pdcpp2z7wk9mkr5lzwk64lqhj09c7l1ah4s3vz7zwrdzfaccwi";
|
2011-08-10 00:00:20 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2009-09-28 15:13:41 +01:00
|
|
|
meta = {
|
2013-12-16 15:36:18 +00:00
|
|
|
homepage = "https://github.com/feuerbach/ansi-terminal";
|
2009-09-28 15:13:41 +01:00
|
|
|
description = "Simple ANSI terminal support, with Windows compatibility";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-09-28 15:13:41 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|