2009-07-27 18:05:47 +02:00
|
|
|
{cabal, ncurses, extensibleExceptions}:
|
2009-06-10 18:27:39 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "terminfo";
|
|
|
|
version = "0.3.0.2";
|
|
|
|
sha256 = "2303d934fcec0f6413f15887f7f42e8e2e5b27812534a929bf585bfa6f3a9229";
|
2009-07-27 18:05:47 +02:00
|
|
|
propagatedBuildInputs = [ncurses extensibleExceptions];
|
2009-06-10 18:27:39 +02:00
|
|
|
meta = {
|
|
|
|
description = "Haskell bindings for the terminfo library";
|
|
|
|
};
|
|
|
|
})
|