haskellPackages.hspecContrib: add 0.2.0
This commit is contained in:
parent
23567ac200
commit
1bb8611a09
17
pkgs/development/libraries/haskell/hspec-contrib/default.nix
Normal file
17
pkgs/development/libraries/haskell/hspec-contrib/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, hspec, hspecCore, HUnit, QuickCheck }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hspec-contrib";
|
||||
version = "0.2.0";
|
||||
sha256 = "0p6jh3j84cq66gfp2pk957ha4ds7797vfbfri9lsg9gd4998dwkq";
|
||||
buildDepends = [ hspecCore HUnit ];
|
||||
testDepends = [ hspec hspecCore HUnit QuickCheck ];
|
||||
meta = {
|
||||
homepage = "http://hspec.github.io/";
|
||||
description = "Contributed functionality for Hspec";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1303,6 +1303,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
hspecCore = callPackage ../development/libraries/haskell/hspec-core {};
|
||||
|
||||
hspecContrib = callPackage ../development/libraries/haskell/hspec-contrib {};
|
||||
|
||||
hspecDiscover = callPackage ../development/libraries/haskell/hspec-discover {};
|
||||
|
||||
hstatsd = callPackage ../development/libraries/haskell/hstatsd {};
|
||||
|
Loading…
Reference in New Issue
Block a user