2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-03 16:59:42 +02:00
|
|
|
{ cabal, aeson, base64Bytestring, cpphs, Diff, filepath
|
|
|
|
, haskellSrcExts, HUnit, liftedBase, monadControl, mtl, QuickCheck
|
2014-07-18 12:22:11 +02:00
|
|
|
, random, regexCompat, temporary, text, time, unorderedContainers
|
|
|
|
, vector, xmlgen
|
2013-10-23 10:29:15 +02:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "HTF";
|
2014-07-18 12:22:11 +02:00
|
|
|
version = "0.12.0.0";
|
|
|
|
sha256 = "1mbil44gbcl52f84dphxkdvxsyz8bhc532mlq37aqr1bmj54rv0i";
|
2013-10-23 10:29:15 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-07-03 16:59:42 +02:00
|
|
|
aeson base64Bytestring cpphs Diff haskellSrcExts HUnit liftedBase
|
2014-07-18 12:22:11 +02:00
|
|
|
monadControl mtl QuickCheck random regexCompat text time vector
|
|
|
|
xmlgen
|
2013-10-23 10:29:15 +02:00
|
|
|
];
|
|
|
|
testDepends = [
|
2014-07-18 12:22:11 +02:00
|
|
|
aeson filepath HUnit mtl random regexCompat temporary text
|
2013-10-23 10:29:15 +02:00
|
|
|
unorderedContainers
|
|
|
|
];
|
2014-05-13 18:08:29 +02:00
|
|
|
doCheck = false;
|
2013-10-23 10:29:15 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/skogsbaer/HTF/";
|
|
|
|
description = "The Haskell Test Framework";
|
|
|
|
license = "LGPL";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|