2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-07-23 09:56:21 +00:00
|
|
|
{ cabal, ncurses }:
|
2009-06-10 16:27:39 +00:00
|
|
|
|
2011-08-13 23:38:52 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2009-06-10 16:27:39 +00:00
|
|
|
pname = "terminfo";
|
2014-01-15 12:32:08 +00:00
|
|
|
version = "0.4.0.0";
|
|
|
|
sha256 = "10y8mhpazcpwwvg1avc0zxq534rwavg82q69l7wm5np24sb5lrv8";
|
2011-08-13 23:38:52 +00:00
|
|
|
extraLibraries = [ ncurses ];
|
2009-06-10 16:27:39 +00:00
|
|
|
meta = {
|
2014-01-15 12:32:08 +00:00
|
|
|
homepage = "https://github.com/judah/terminfo";
|
2011-08-13 23:38:52 +00:00
|
|
|
description = "Haskell bindings to the terminfo library";
|
2011-08-07 22:02:28 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-06-10 16:27:39 +00:00
|
|
|
};
|
|
|
|
})
|