25 lines
721 B
Nix
25 lines
721 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, dataDefault, filepath, mtl, QuickCheck, random, regexBase
|
|
, stm, text, time, vector, vty
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "vty-ui";
|
|
version = "1.8";
|
|
sha256 = "08jrcwml5g74mp4wy7kqp9jd5mfbxl04517v5354jiwn4dc77azm";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
dataDefault filepath mtl QuickCheck random regexBase stm text time
|
|
vector vty
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "http://jtdaugherty.github.com/vty-ui/";
|
|
description = "An interactive terminal user interface library for Vty";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|