mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 17:14:33 +00:00
9134fc29b7
Upgraded hspec2 to 0.6. Upgraded hspec to 2.0.1. This allows (recursively) depending on hspec2 and hspec to work nicely, since now hspec2 is just a re-export of hspec.
17 lines
481 B
Nix
17 lines
481 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, hspec, hspecDiscover }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hspec2";
|
|
version = "0.6.0";
|
|
sha256 = "13gh7gf2kdawyssrsd8ln55i776v51r8fwih25160860n1p5dcz5";
|
|
buildDepends = [ hspec hspecDiscover ];
|
|
meta = {
|
|
homepage = "http://hspec.github.io/";
|
|
description = "Alpha version of Hspec 2.0";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|