haskell-HTF: update to version 0.11.4.0
This commit is contained in:
parent
8aa3b656e5
commit
485f73f6b3
@ -1,17 +1,17 @@
|
|||||||
{ cabal, aeson, cpphs, Diff, filepath, haskellSrcExts, HUnit
|
{ cabal, aeson, base64Bytestring, cpphs, Diff, filepath
|
||||||
, liftedBase, monadControl, mtl, QuickCheck, random, regexCompat
|
, haskellSrcExts, HUnit, liftedBase, monadControl, mtl, QuickCheck
|
||||||
, temporary, text, unorderedContainers, xmlgen
|
, random, regexCompat, temporary, text, unorderedContainers, xmlgen
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HTF";
|
pname = "HTF";
|
||||||
version = "0.11.3.4";
|
version = "0.11.4.0";
|
||||||
sha256 = "0db47fvp33k83dnhvpygprm06p3z397f5ci154vqk7krjpxb2ynx";
|
sha256 = "0bg84x6xk359zby04xw62yy227fk85mgs7x5nkdbsxcajm7j0bs9";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson cpphs Diff haskellSrcExts HUnit liftedBase monadControl mtl
|
aeson base64Bytestring cpphs Diff haskellSrcExts HUnit liftedBase
|
||||||
QuickCheck random regexCompat text xmlgen
|
monadControl mtl QuickCheck random regexCompat text xmlgen
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson filepath mtl random regexCompat temporary text
|
aeson filepath mtl random regexCompat temporary text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user