nixpkgs/pkgs/development/libraries/haskell/hspec2/default.nix

18 lines
500 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hspec, hspecDiscover }:
2014-06-11 11:57:48 +04:00
cabal.mkDerivation (self: {
pname = "hspec2";
version = "0.6.1";
sha256 = "0zlvm7r46q8yhgx2kx9mfrf6x2f5amdbi3a59fh69dsqs4lbgmf4";
buildDepends = [ hspec hspecDiscover ];
2014-06-11 11:57:48 +04: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;
broken = true;
2014-06-11 11:57:48 +04:00
};
})