haskell-HTF: update to version 0.12.2.1
This commit is contained in:
parent
372f9b9afe
commit
98bca033c9
@ -1,27 +1,26 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, base64Bytestring, cpphs, Diff, filepath
|
{ cabal, aeson, aesonPretty, base64Bytestring, cpphs, Diff
|
||||||
, haskellSrcExts, HUnit, liftedBase, monadControl, mtl, QuickCheck
|
, filepath, haskellLexer, haskellSrc, HUnit, liftedBase
|
||||||
, random, regexCompat, temporary, text, time, unorderedContainers
|
, monadControl, mtl, QuickCheck, random, regexCompat, temporary
|
||||||
, vector, xmlgen
|
, text, time, unorderedContainers, vector, xmlgen
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HTF";
|
pname = "HTF";
|
||||||
version = "0.12.1.0";
|
version = "0.12.2.1";
|
||||||
sha256 = "1symg1y6i47rd1jshj84cwpn5vgmvh6v07jidjg5w5w3syyxqnz4";
|
sha256 = "12wbx91sgdv050b50970ljiijljyfc75bcx72ilw4lqi40whwjlm";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base64Bytestring cpphs Diff haskellSrcExts HUnit liftedBase
|
aeson base64Bytestring cpphs Diff haskellLexer haskellSrc HUnit
|
||||||
monadControl mtl QuickCheck random regexCompat text time vector
|
liftedBase monadControl mtl QuickCheck random regexCompat text time
|
||||||
xmlgen
|
vector xmlgen
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson filepath HUnit mtl random regexCompat temporary text
|
aeson aesonPretty filepath HUnit mtl random regexCompat temporary
|
||||||
unorderedContainers
|
text unorderedContainers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/skogsbaer/HTF/";
|
homepage = "https://github.com/skogsbaer/HTF/";
|
||||||
description = "The Haskell Test Framework";
|
description = "The Haskell Test Framework";
|
||||||
|
Loading…
Reference in New Issue
Block a user