haskell-HTF: update to version 0.12.0.0

This commit is contained in:
Peter Simons 2014-07-18 12:22:11 +02:00
parent cdf9a972ad
commit df9ae28504

View File

@ -2,21 +2,23 @@
{ cabal, aeson, base64Bytestring, cpphs, Diff, filepath { cabal, aeson, base64Bytestring, cpphs, Diff, filepath
, haskellSrcExts, HUnit, liftedBase, monadControl, mtl, QuickCheck , haskellSrcExts, HUnit, liftedBase, monadControl, mtl, QuickCheck
, random, regexCompat, temporary, text, unorderedContainers, xmlgen , random, regexCompat, temporary, text, time, unorderedContainers
, vector, xmlgen
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "HTF"; pname = "HTF";
version = "0.11.4.0"; version = "0.12.0.0";
sha256 = "0bg84x6xk359zby04xw62yy227fk85mgs7x5nkdbsxcajm7j0bs9"; sha256 = "1mbil44gbcl52f84dphxkdvxsyz8bhc532mlq37aqr1bmj54rv0i";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson base64Bytestring cpphs Diff haskellSrcExts HUnit liftedBase aeson base64Bytestring cpphs Diff haskellSrcExts HUnit liftedBase
monadControl mtl QuickCheck random regexCompat text xmlgen monadControl mtl QuickCheck random regexCompat text time vector
xmlgen
]; ];
testDepends = [ testDepends = [
aeson filepath mtl random regexCompat temporary text aeson filepath HUnit mtl random regexCompat temporary text
unorderedContainers unorderedContainers
]; ];
doCheck = false; doCheck = false;