nixpkgs/pkgs/development/libraries/haskell/ansi-terminal/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

12 lines
264 B
Nix

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