2010-10-12 09:02:25 +02:00
|
|
|
{cabal, utf8String, terminfo, deepseq, mtl, parallel, parsec, vectorSpace}:
|
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";
|
2011-03-12 18:28:15 +01:00
|
|
|
version = "4.6.0.4";
|
|
|
|
sha256 = "0kabssw3v7nglvsr687ppmdnnmii1q2g5zg8rxwi2hcmvnjx7567";
|
2010-10-12 09:02:25 +02:00
|
|
|
propagatedBuildInputs =
|
|
|
|
[utf8String terminfo deepseq mtl parallel parsec vectorSpace];
|
2008-01-19 17:42:42 +01:00
|
|
|
meta = {
|
2009-06-10 18:27:39 +02:00
|
|
|
description = "A simple terminal access library";
|
2008-01-19 17:42:42 +01:00
|
|
|
};
|
|
|
|
})
|