2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-12 03:48:32 +00:00
|
|
|
{ cabal, ansiTerminal, async, deepseq, filepath, ghcPaths
|
2014-06-12 05:16:05 +00:00
|
|
|
, hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
|
2014-10-19 12:16:10 +00:00
|
|
|
, random, setenv, silently, stringbuilder, tfRandom, time
|
|
|
|
, transformers
|
2014-06-11 07:57:48 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hspec2";
|
2014-10-21 15:13:30 +00:00
|
|
|
version = "0.5.1";
|
|
|
|
sha256 = "1ax507vb0zm5jalp6pvlk1fjfil766pf7w61d1igpxr0s00lnvlq";
|
2014-06-11 07:57:48 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
|
|
|
ansiTerminal async deepseq filepath hspecExpectations HUnit
|
2014-06-12 05:16:05 +00:00
|
|
|
QuickCheck quickcheckIo random setenv tfRandom time transformers
|
2014-06-11 07:57:48 +00:00
|
|
|
];
|
|
|
|
testDepends = [
|
2014-08-12 03:48:32 +00:00
|
|
|
ansiTerminal async deepseq filepath ghcPaths hspecExpectations
|
|
|
|
hspecMeta HUnit QuickCheck quickcheckIo random setenv silently
|
2014-10-19 12:16:10 +00:00
|
|
|
stringbuilder tfRandom time transformers
|
2014-06-11 07:57:48 +00: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;
|
2014-11-01 17:24:17 +00:00
|
|
|
broken = true;
|
2014-06-11 07:57:48 +00:00
|
|
|
};
|
|
|
|
})
|