summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/ansi-terminal/default.nix
blob: 1da8fd85591a322014a822fb7b945d33495d8481 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal}:

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