2008-01-22 17:26:57 +01:00
|
|
|
{cabal}:
|
2008-01-19 17:42:42 +01:00
|
|
|
|
2008-01-22 17:26:57 +01:00
|
|
|
cabal.mkDerivation (self : {
|
2008-01-19 17:42:42 +01:00
|
|
|
pname = "vty";
|
|
|
|
version = "3.0.0";
|
2008-01-22 17:26:57 +01:00
|
|
|
sha256 = "44ae53d06b8b45c14cd3861e860a38730ed9995ed56b1b3d9aba6641771f1947";
|
2008-01-19 17:42:42 +01:00
|
|
|
meta = {
|
|
|
|
description = "vty is a *very* simplistic library in the niche of ncurses";
|
|
|
|
};
|
2008-01-22 17:26:57 +01:00
|
|
|
preConfigure = ''
|
|
|
|
sed -i 's|^Build-Depends:.*$|&, bytestring, containers|' ${self.pname}.cabal
|
2008-01-19 17:42:42 +01:00
|
|
|
'';
|
|
|
|
})
|