Add hspec-checkers.
This commit is contained in:
parent
cddc7382ef
commit
b48fe7f566
@ -0,0 +1,15 @@
|
||||
{ cabal, hspec, checkers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hspec-checkers";
|
||||
version = "0.1.0";
|
||||
sha256 = "043qzgjp9ch9wqm269dd87jn8wk5c90q25098hnz8ilv5pnywk6d";
|
||||
buildDepends = [ hspec checkers ];
|
||||
testDepends = [ hspec checkers ];
|
||||
meta = {
|
||||
homepage = "https://github.com/zalora/hspec-checkers";
|
||||
description = "Allows to use checkers properties from hspec";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1310,6 +1310,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
hspecMeta = callPackage ../development/libraries/haskell/hspec-meta {};
|
||||
|
||||
hspecCheckers = callPackage ../development/libraries/haskell/hspec-checkers {};
|
||||
|
||||
hstatsd = callPackage ../development/libraries/haskell/hstatsd {};
|
||||
|
||||
hsyslog = callPackage ../development/libraries/haskell/hsyslog {};
|
||||
|
Loading…
Reference in New Issue
Block a user