summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/test-framework/default.nix
blob: e17ca346e7fad26adf488cdd6c387752467313ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, ansiTerminal, ansiWlPprint, hostname, random, regexPosix
, time, xml
}:

cabal.mkDerivation (self: {
  pname = "test-framework";
  version = "0.8.0.3";
  sha256 = "136nw5dapsz3jrnw1pdfkjgplxigpr2mrf6i85154vx342zvw5ar";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    ansiTerminal ansiWlPprint hostname random regexPosix time xml
  ];
  meta = {
    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;
  };
})