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

{ cabal, pcreLight, QuickCheck, tagged, tasty, tastyHunit }:

cabal.mkDerivation (self: {
  pname = "tasty-quickcheck";
  version = "0.8.3.2";
  sha256 = "1q1fghmsjrdl6jkcnajmsvw4d893m6cyhzpai9vvrhxy9vdy0l1v";
  buildDepends = [ QuickCheck tagged tasty ];
  testDepends = [ pcreLight tasty tastyHunit ];
  meta = {
    homepage = "http://documentup.com/feuerbach/tasty";
    description = "QuickCheck support for the Tasty test framework";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})