summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/test-framework/default.nix
blob: b4ba1fd1009f211f2999af0bc4afc9cd31a63150 (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.1.0";
  sha256 = "1js7jbdw0xijpjlca3yh7mw427s3rjkymm1qi565r928pbsbdkhm";
  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;
  };
})