nixpkgs/pkgs/development/libraries/haskell/tasty-hspec/default.nix
2014-12-13 12:06:15 +01:00

23 lines
708 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hspec, hspecCore, QuickCheck, random, tasty
, tastyQuickcheck, tastySmallcheck
}:
cabal.mkDerivation (self: {
pname = "tasty-hspec";
version = "1.1";
sha256 = "15ly6jf4kgdc15k6b584d99j18xb41alas62gyakw5sf8y0y02i6";
buildDepends = [
hspec hspecCore QuickCheck random tasty tastyQuickcheck
tastySmallcheck
];
meta = {
homepage = "http://github.com/mitchellwrosen/tasty-hspec";
description = "Hspec support for the Tasty test framework";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
};
})