nixpkgs/pkgs/development/libraries/haskell/ansi-terminal/default.nix

12 lines
264 B
Nix
Raw Normal View History

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