1
1
mirror of https://github.com/coot/free-category.git synced 2024-09-19 01:57:17 +03:00
free-category/nix/ansi-terminal-0.6.3.1.nix

13 lines
430 B
Nix
Raw Normal View History

2018-10-23 00:46:22 +03:00
{ mkDerivation, base, stdenv }:
mkDerivation {
pname = "ansi-terminal";
version = "0.6.3.1";
sha256 = "458f98e0c9217897f0ff07f730cfc3ed380089936fb31942aec31bb336608095";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base ];
homepage = "https://github.com/feuerbach/ansi-terminal";
description = "Simple ANSI terminal support, with Windows compatibility";
license = stdenv.lib.licenses.bsd3;
}