haskell-test-framework: update to version 0.8.0.3

This commit is contained in:
Peter Simons 2013-10-10 11:50:48 +02:00
parent fae99f8e78
commit 30d9b33460

View File

@ -1,19 +1,18 @@
{ cabal, ansiTerminal, ansiWlPprint, extensibleExceptions, hostname
, random, regexPosix, time, xml
{ cabal, ansiTerminal, ansiWlPprint, hostname, random, regexPosix
, time, xml
}:
cabal.mkDerivation (self: {
pname = "test-framework";
version = "0.8";
sha256 = "1w895nq357zpc4v6vr5nbszyrw7cpsjq5bj38vdd10bfpjjmijcl";
version = "0.8.0.3";
sha256 = "136nw5dapsz3jrnw1pdfkjgplxigpr2mrf6i85154vx342zvw5ar";
isLibrary = true;
isExecutable = true;
buildDepends = [
ansiTerminal ansiWlPprint extensibleExceptions hostname random
regexPosix time xml
ansiTerminal ansiWlPprint hostname random regexPosix time xml
];
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";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;