haskell-test-framework: update to version 0.8.0.3
This commit is contained in:
parent
fae99f8e78
commit
30d9b33460
@ -1,19 +1,18 @@
|
|||||||
{ cabal, ansiTerminal, ansiWlPprint, extensibleExceptions, hostname
|
{ cabal, ansiTerminal, ansiWlPprint, hostname, random, regexPosix
|
||||||
, random, regexPosix, time, xml
|
, time, xml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "test-framework";
|
pname = "test-framework";
|
||||||
version = "0.8";
|
version = "0.8.0.3";
|
||||||
sha256 = "1w895nq357zpc4v6vr5nbszyrw7cpsjq5bj38vdd10bfpjjmijcl";
|
sha256 = "136nw5dapsz3jrnw1pdfkjgplxigpr2mrf6i85154vx342zvw5ar";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal ansiWlPprint extensibleExceptions hostname random
|
ansiTerminal ansiWlPprint hostname random regexPosix time xml
|
||||||
regexPosix time xml
|
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://batterseapower.github.com/test-framework/";
|
homepage = "https://batterseapower.github.io/test-framework/";
|
||||||
description = "Framework for running and organising tests, with HUnit and QuickCheck support";
|
description = "Framework for running and organising tests, with HUnit and QuickCheck support";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user