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";
|
2013-11-01 09:28:58 +00:00
|
|
|
version = "0.3.2.6";
|
|
|
|
sha256 = "0ag81rwwwaanxdn9ccanvdi1qnh62vy8y2jbgp5bp95hhgqq887f";
|
2011-08-13 23:38:52 +00:00
|
|
|
extraLibraries = [ ncurses ];
|
2009-06-10 16:27:39 +00:00
|
|
|
meta = {
|
2011-08-07 22:02:28 +00:00
|
|
|
homepage = "http://code.haskell.org/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;
|
2014-08-09 10:43:40 +00:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2009-06-10 16:27:39 +00:00
|
|
|
};
|
|
|
|
})
|