nixpkgs/pkgs/development/libraries/haskell/terminfo/default.nix
Andres Löh 3466e0d6c9 New versions of vty and uu-parsinglib.
svn path=/nixpkgs/trunk/; revision=15929
2009-06-10 16:27:39 +00:00

12 lines
291 B
Nix

{cabal, ncurses}:
cabal.mkDerivation (self : {
pname = "terminfo";
version = "0.3.0.2";
sha256 = "2303d934fcec0f6413f15887f7f42e8e2e5b27812534a929bf585bfa6f3a9229";
propagatedBuildInputs = [ncurses];
meta = {
description = "Haskell bindings for the terminfo library";
};
})