2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-12 10:30:59 +02:00
|
|
|
{ cabal, hspec, QuickCheck, random, tasty, tastyQuickcheck
|
|
|
|
, tastySmallcheck
|
|
|
|
}:
|
2013-11-15 12:04:12 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "tasty-hspec";
|
2014-09-12 10:30:59 +02:00
|
|
|
version = "0.2";
|
|
|
|
sha256 = "04qnmsyrlxgxf36lww3z6xkgpf6x5gprwrrwza3kcjl13wcm2rml";
|
|
|
|
buildDepends = [
|
|
|
|
hspec QuickCheck random tasty tastyQuickcheck tastySmallcheck
|
|
|
|
];
|
2013-11-15 12:04:12 +01:00
|
|
|
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;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-11-15 12:04:12 +01:00
|
|
|
};
|
|
|
|
})
|