2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-11-12 04:04:43 -08:00
|
|
|
{ cabal, hspec, hspecDiscover }:
|
2014-06-11 00:57:48 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hspec2";
|
2014-11-12 04:04:43 -08:00
|
|
|
version = "0.6.0";
|
|
|
|
sha256 = "13gh7gf2kdawyssrsd8ln55i776v51r8fwih25160860n1p5dcz5";
|
|
|
|
buildDepends = [ hspec hspecDiscover ];
|
2014-06-11 00:57:48 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "http://hspec.github.io/";
|
|
|
|
description = "Alpha version of Hspec 2.0";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|