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

{ cabal, extensibleExceptions, HUnit, testFramework }:

cabal.mkDerivation (self: {
  pname = "test-framework-hunit";
  version = "0.3.0.1";
  sha256 = "1h0h55kf6ff25nbfx1mhliwyknc0glwv3zi78wpzllbjbs7gvyfk";
  buildDepends = [ extensibleExceptions HUnit testFramework ];
  meta = {
    homepage = "https://batterseapower.github.io/test-framework/";
    description = "HUnit support for the test-framework package";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})