1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00
nixpkgs/pkgs/development/libraries/haskell/tasty-smallcheck/default.nix

18 lines
617 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2013-08-21 09:18:45 +01:00
{ cabal, async, smallcheck, tagged, tasty }:
cabal.mkDerivation (self: {
pname = "tasty-smallcheck";
version = "0.8.0.1";
sha256 = "0yckfbz8na8ccyw2911i3a4hd3fdncclk3ng5343hs5cylw6y4sm";
2013-08-21 09:18:45 +01:00
buildDepends = [ async smallcheck tagged tasty ];
meta = {
homepage = "http://documentup.com/feuerbach/tasty";
2013-08-21 09:18:45 +01:00
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 ];
2013-08-21 09:18:45 +01:00
};
})