12 lines
266 B
Nix
12 lines
266 B
Nix
|
{cabal}:
|
||
|
|
||
|
cabal.mkDerivation (self : {
|
||
|
pname = "ansi-terminal";
|
||
|
version = "0.5.0";
|
||
|
sha256 = "ee921584bb0d6c37f48b7069709297506651fe8e2c5a22810c38072b54c2fee9";
|
||
|
meta = {
|
||
|
description = "Simple ANSI terminal support, with Windows compatibility";
|
||
|
};
|
||
|
})
|
||
|
|