nixpkgs/pkgs/development/libraries/haskell/tasty-quickcheck/default.nix
2014-10-26 23:44:50 +01:00

19 lines
672 B
Nix

# 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";
sha256 = "0vfxdcsj92d5z3yx45ccymln7ikdvqryc64x33gkyv1yqk4h42r9";
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 ];
};
})