nixpkgs/pkgs/development/libraries/haskell/hspec-contrib/default.nix
2014-11-23 20:05:04 +03:00

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;
};
})