2011-08-07 23:02:28 +01:00
|
|
|
{cabal, extensibleExceptions, ncurses}:
|
2009-06-10 17:27:39 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "terminfo";
|
2011-08-07 23:02:28 +01:00
|
|
|
version = "0.3.2";
|
|
|
|
sha256 = "0sfb6p6gj29wahp45plai7bygyyhhcaw6ld5xf90clkxy5pcsw1a";
|
|
|
|
propagatedBuildInputs = [extensibleExceptions ncurses];
|
2009-06-10 17:27:39 +01:00
|
|
|
meta = {
|
2011-08-07 23:02:28 +01:00
|
|
|
homepage = "http://code.haskell.org/terminfo";
|
|
|
|
description = "Haskell bindings to the terminfo library.";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 23:02:28 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
2009-06-10 17:27:39 +01:00
|
|
|
};
|
|
|
|
})
|