nixpkgs/pkgs/development/libraries/haskell/vty/5.2.0.nix
2014-08-24 20:28:12 +02:00

35 lines
1.2 KiB
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, blazeBuilder, Cabal, dataDefault, deepseq, filepath
, hashable, HUnit, lens, mtl, parallel, parsec, QuickCheck
, quickcheckAssertions, random, smallcheck, stringQq, terminfo
, testFramework, testFrameworkHunit, testFrameworkSmallcheck, text
, transformers, utf8String, vector
}:
cabal.mkDerivation (self: {
pname = "vty";
version = "5.2.0";
sha256 = "0mlh90i44fb6hlifb2gwb9ny68zgg7m6xq3v6bz3dmqfz6dnlf8v";
isLibrary = true;
isExecutable = true;
buildDepends = [
blazeBuilder dataDefault deepseq filepath hashable lens mtl
parallel parsec terminfo text transformers utf8String vector
];
testDepends = [
blazeBuilder Cabal dataDefault deepseq HUnit lens mtl QuickCheck
quickcheckAssertions random smallcheck stringQq terminfo
testFramework testFrameworkHunit testFrameworkSmallcheck text
utf8String vector
];
jailbreak = true;
doCheck = false;
meta = {
homepage = "https://github.com/coreyoconnor/vty";
description = "A simple terminal UI library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})