summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/tasty-hunit/default.nix
blob: edbdf8b9cd6535432188f7f34d66f1889422c4e4 (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.0.1";
  sha256 = "0rhdjb4fakcbkz4cvmmf679zad9h5yr31i1g9xm1338p6xd4vwcb";
  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 ];
  };
})