mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
, 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;
|
||||
|
Loading…
Reference in New Issue
Block a user