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

{ cabal, tasty }:

cabal.mkDerivation (self: {
  pname = "tasty-hunit";
  version = "0.9";
  sha256 = "1ivp9h34cdrahqy8i0y10fa0mqxa947dpbwvhr46sjja053asjxc";
  buildDepends = [ tasty ];
  meta = {
    homepage = "http://documentup.com/feuerbach/tasty";
    description = "HUnit support for the Tasty test framework";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})