Merge pull request #4163 from Twey/tasty-program
New Haskell package: tasty-program
This commit is contained in:
commit
93884f2d23
16
pkgs/development/libraries/haskell/tasty-program/default.nix
Normal file
16
pkgs/development/libraries/haskell/tasty-program/default.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, filepath, tasty }:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "tasty-program";
|
||||||
|
version = "1.0.1";
|
||||||
|
sha256 = "04q2pp7hwqiiry17dd3ng0i6ikqzpg7hfgf0ckcg33xw450kpx9n";
|
||||||
|
buildDepends = [ filepath tasty ];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/jstolarek/tasty-program";
|
||||||
|
description = "Use tasty framework to test whether a program executes correctly";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
@ -2457,6 +2457,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
tastyHunit = callPackage ../development/libraries/haskell/tasty-hunit {};
|
tastyHunit = callPackage ../development/libraries/haskell/tasty-hunit {};
|
||||||
|
|
||||||
|
tastyProgram = callPackage ../development/libraries/haskell/tasty-program {};
|
||||||
|
|
||||||
tastyQuickcheck = callPackage ../development/libraries/haskell/tasty-quickcheck {};
|
tastyQuickcheck = callPackage ../development/libraries/haskell/tasty-quickcheck {};
|
||||||
|
|
||||||
tastyRerun = callPackage ../development/libraries/haskell/tasty-rerun {};
|
tastyRerun = callPackage ../development/libraries/haskell/tasty-rerun {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user