nixpkgs-suyu/pkgs/development/libraries/haskell/HTF/default.nix
2014-10-19 16:55:22 +02:00

30 lines
973 B
Nix

# 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
}:
cabal.mkDerivation (self: {
pname = "HTF";
version = "0.12.2.1";
sha256 = "12wbx91sgdv050b50970ljiijljyfc75bcx72ilw4lqi40whwjlm";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson base64Bytestring cpphs Diff haskellLexer haskellSrc HUnit
liftedBase monadControl mtl QuickCheck random regexCompat text time
vector xmlgen
];
testDepends = [
aeson aesonPretty filepath HUnit mtl random regexCompat temporary
text unorderedContainers
];
meta = {
homepage = "https://github.com/skogsbaer/HTF/";
description = "The Haskell Test Framework";
license = "LGPL";
platforms = self.ghc.meta.platforms;
};
})