mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
18 lines
562 B
Nix
18 lines
562 B
Nix
# 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;
|
|
};
|
|
})
|