Skip to content

Commit

Permalink
test-framework-smallcheck: 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu authored and peti committed Jun 9, 2014
1 parent c7e1a2c commit f481b68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{ cabal, smallcheck, testFramework, transformers }:

cabal.mkDerivation (self: {
pname = "test-framework-smallcheck";
version = "0.2";
sha256 = "1xpgpk1gp4w7w46b4rhj80fa0bcyz8asj2dcjb5x1c37b7rw90b0";
buildDepends = [ smallcheck testFramework transformers ];
meta = {
homepage = "https://github.com/feuerbach/smallcheck";
description = "Support for SmallCheck tests in test-framework";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})
2 changes: 2 additions & 0 deletions pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2186,6 +2186,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in

testFrameworkQuickcheck2 = callPackage ../development/libraries/haskell/test-framework-quickcheck2 {};

testFrameworkSmallcheck = callPackage ../development/libraries/haskell/test-framework-smallcheck {};

testFrameworkTh = callPackage ../development/libraries/haskell/test-framework-th {};

testFrameworkThPrime = callPackage ../development/libraries/haskell/test-framework-th-prime {};
Expand Down

0 comments on commit f481b68

Please sign in to comment.