2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-07-23 13:56:21 +04:00
|
|
|
{ cabal, ncurses }:
|
2009-06-10 20:27:39 +04:00
|
|
|
|
2011-08-14 03:38:52 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2009-06-10 20:27:39 +04:00
|
|
|
pname = "terminfo";
|
2013-11-01 13:28:58 +04:00
|
|
|
version = "0.3.2.6";
|
|
|
|
sha256 = "0ag81rwwwaanxdn9ccanvdi1qnh62vy8y2jbgp5bp95hhgqq887f";
|
2011-08-14 03:38:52 +04:00
|
|
|
extraLibraries = [ ncurses ];
|
2009-06-10 20:27:39 +04:00
|
|
|
meta = {
|
2011-08-08 02:02:28 +04:00
|
|
|
homepage = "http://code.haskell.org/terminfo";
|
2011-08-14 03:38:52 +04:00
|
|
|
description = "Haskell bindings to the terminfo library";
|
2011-08-08 02:02:28 +04:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 13:54:50 +04:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 02:36:36 +04:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-06-10 20:27:39 +04:00
|
|
|
};
|
|
|
|
})
|