about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/ansi-terminal/default.nix
blob: ecacc374e43c2b47f7d40078e4e3d5545fa061b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "ansi-terminal";
  version = "0.6.1.1";
  sha256 = "06pdcpp2z7wk9mkr5lzwk64lqhj09c7l1ah4s3vz7zwrdzfaccwi";
  isLibrary = true;
  isExecutable = true;
  meta = {
    homepage = "https://github.com/feuerbach/ansi-terminal";
    description = "Simple ANSI terminal support, with Windows compatibility";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})