nixpkgs/pkgs/development/libraries/haskell/tasty-smallcheck/default.nix

17 lines
617 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, async, smallcheck, tagged, tasty }:
cabal.mkDerivation (self: {
pname = "tasty-smallcheck";
version = "0.8.0.1";
sha256 = "0yckfbz8na8ccyw2911i3a4hd3fdncclk3ng5343hs5cylw6y4sm";
buildDepends = [ async smallcheck tagged tasty ];
meta = {
homepage = "http://documentup.com/feuerbach/tasty";
description = "SmallCheck support for the Tasty test framework";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
};
})