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