nixpkgs/pkgs/development/libraries/haskell/HTF/default.nix

32 lines
992 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, aesonPretty, base64Bytestring, cpphs, Diff
, filepath, haskellLexer, haskellSrc, HUnit, liftedBase
, monadControl, mtl, QuickCheck, random, regexCompat, temporary
, text, time, unorderedContainers, vector, xmlgen
2013-10-23 08:29:15 +00:00
}:
cabal.mkDerivation (self: {
pname = "HTF";
version = "0.12.2.3";
sha256 = "0g5z2ypn6i7wpz1439c6qjmi8lw2b86zaljkgwchjn8r8gvw4mbm";
2013-10-23 08:29:15 +00:00
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson base64Bytestring cpphs Diff haskellLexer haskellSrc HUnit
liftedBase monadControl mtl QuickCheck random regexCompat text time
vector xmlgen
2013-10-23 08:29:15 +00:00
];
testDepends = [
aeson aesonPretty filepath HUnit mtl random regexCompat temporary
text unorderedContainers
2013-10-23 08:29:15 +00:00
];
doCheck = false;
2013-10-23 08:29:15 +00:00
meta = {
homepage = "https://github.com/skogsbaer/HTF/";
description = "The Haskell Test Framework";
license = "LGPL";
platforms = self.ghc.meta.platforms;
};
})