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