2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-10 18:33:24 +00:00
|
|
|
{ cabal, ansiTerminal, async, deepseq, filepath, hspecExpectations
|
2014-11-12 23:38:53 +00:00
|
|
|
, HUnit, QuickCheck, quickcheckIo, random, setenv, time
|
2014-03-20 21:26:13 +00:00
|
|
|
, transformers
|
2013-02-24 21:11:11 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hspec-meta";
|
2014-11-12 23:38:53 +00:00
|
|
|
version = "2.0.0";
|
|
|
|
sha256 = "0x1k2d4nycglzn9l4i32xrampr9fgzjpp4j1jyy7pj89cfl8jc8f";
|
2013-02-24 21:11:11 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-06-10 18:33:24 +00:00
|
|
|
ansiTerminal async deepseq filepath hspecExpectations HUnit
|
2014-11-12 23:38:53 +00:00
|
|
|
QuickCheck quickcheckIo random setenv time transformers
|
2013-02-24 21:11:11 +00:00
|
|
|
];
|
|
|
|
doCheck = false;
|
|
|
|
meta = {
|
2013-07-01 09:04:04 +00:00
|
|
|
homepage = "http://hspec.github.io/";
|
2013-02-24 21:11:11 +00:00
|
|
|
description = "A version of Hspec which is used to test Hspec itself";
|
2013-07-01 09:04:04 +00:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2013-02-24 21:11:11 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|