nixpkgs/pkgs/development/libraries/haskell/vty-ui/default.nix

25 lines
721 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-11-02 12:15:53 +00:00
{ cabal, dataDefault, filepath, mtl, QuickCheck, random, regexBase
, stm, text, time, vector, vty
2013-02-06 15:32:35 +00:00
}:
cabal.mkDerivation (self: {
pname = "vty-ui";
2014-11-02 12:15:53 +00:00
version = "1.8";
sha256 = "08jrcwml5g74mp4wy7kqp9jd5mfbxl04517v5354jiwn4dc77azm";
2013-02-06 15:32:35 +00:00
isLibrary = true;
isExecutable = true;
buildDepends = [
2014-11-02 12:15:53 +00:00
dataDefault filepath mtl QuickCheck random regexBase stm text time
vector vty
2013-02-06 15:32:35 +00:00
];
jailbreak = true;
2013-02-06 15:32:35 +00:00
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;
};
})