16 lines
492 B
Nix
16 lines
492 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, checkers, hspec }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hspec-checkers";
|
|
version = "0.1.0";
|
|
sha256 = "043qzgjp9ch9wqm269dd87jn8wk5c90q25098hnz8ilv5pnywk6d";
|
|
buildDepends = [ checkers hspec ];
|
|
testDepends = [ checkers hspec ];
|
|
meta = {
|
|
description = "Allows to use checkers properties from hspec";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|