nixpkgs/pkgs/development/libraries/haskell/vty/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
302 B
Nix

{cabal, utf8String, terminfo}:
cabal.mkDerivation (self : {
pname = "vty";
version = "3.1.8.4";
sha256 = "9a006e77bb4f032613e059eea7bc4d92cbc7943449fb9c7269a061ddd9b3d82b";
propagatedBuildInputs = [utf8String terminfo];
meta = {
description = "A simple terminal access library";
};
})