2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-09 01:01:56 -07:00
|
|
|
{ cabal, ansiTerminal, async, deepseq, filepath, ghcPaths
|
2013-04-01 01:00:40 -07:00
|
|
|
, hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
|
2014-10-19 05:16:08 -07:00
|
|
|
, random, setenv, silently, stringbuilder, tfRandom, time
|
|
|
|
, transformers
|
haskell-hspec: New package, v1.3.0.
Well, we now have a direct dependency of yesod-test, things are coming close,
almost TOO close. But we still have a long journey ahead.
.---- yesod-test -------.
| | |
| | |
: wai-test html-conduit -.
: | |
: | filesystem-conduit
: |
. |
. tagstream-conduit
.
,-.,-.,-.-,-.-,.-,-.,-.,-.
( down with the s^Hhspec! )
,--. ,'`-'-`-'`-'-`-'--'-`-'-`-'
|o o|
`-'\.
[|]-' \.-`
.'. `\
| | '`
| |
| |
\|
hspec
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-11 20:16:01 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hspec";
|
2014-10-21 08:13:29 -07:00
|
|
|
version = "1.12.1";
|
|
|
|
sha256 = "0w42lsl5qs452f04qpbr6nvs4qgp7cwd9262f34vzjq8m83nhjwk";
|
haskell-hspec: New package, v1.3.0.
Well, we now have a direct dependency of yesod-test, things are coming close,
almost TOO close. But we still have a long journey ahead.
.---- yesod-test -------.
| | |
| | |
: wai-test html-conduit -.
: | |
: | filesystem-conduit
: |
. |
. tagstream-conduit
.
,-.,-.,-.-,-.-,.-,-.,-.,-.
( down with the s^Hhspec! )
,--. ,'`-'-`-'`-'-`-'--'-`-'-`-'
|o o|
`-'\.
[|]-' \.-`
.'. `\
| | '`
| |
| |
\|
hspec
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-11 20:16:01 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-06-10 18:26:41 -07:00
|
|
|
ansiTerminal async deepseq filepath hspecExpectations HUnit
|
|
|
|
QuickCheck quickcheckIo random setenv tfRandom time transformers
|
haskell-hspec: New package, v1.3.0.
Well, we now have a direct dependency of yesod-test, things are coming close,
almost TOO close. But we still have a long journey ahead.
.---- yesod-test -------.
| | |
| | |
: wai-test html-conduit -.
: | |
: | filesystem-conduit
: |
. |
. tagstream-conduit
.
,-.,-.,-.-,-.-,.-,-.,-.,-.
( down with the s^Hhspec! )
,--. ,'`-'-`-'`-'-`-'--'-`-'-`-'
|o o|
`-'\.
[|]-' \.-`
.'. `\
| | '`
| |
| |
\|
hspec
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-11 20:16:01 -07:00
|
|
|
];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [
|
2014-08-09 01:01:56 -07:00
|
|
|
ansiTerminal async deepseq filepath ghcPaths hspecExpectations
|
|
|
|
hspecMeta HUnit QuickCheck quickcheckIo random setenv silently
|
2014-10-19 05:16:08 -07:00
|
|
|
stringbuilder tfRandom time transformers
|
2013-02-24 13:09:07 -08:00
|
|
|
];
|
2013-04-06 02:13:19 -07:00
|
|
|
doCheck = false;
|
haskell-hspec: New package, v1.3.0.
Well, we now have a direct dependency of yesod-test, things are coming close,
almost TOO close. But we still have a long journey ahead.
.---- yesod-test -------.
| | |
| | |
: wai-test html-conduit -.
: | |
: | filesystem-conduit
: |
. |
. tagstream-conduit
.
,-.,-.,-.-,-.-,.-,-.,-.,-.
( down with the s^Hhspec! )
,--. ,'`-'-`-'`-'-`-'--'-`-'-`-'
|o o|
`-'\.
[|]-' \.-`
.'. `\
| | '`
| |
| |
\|
hspec
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-11 20:16:01 -07:00
|
|
|
meta = {
|
2013-07-01 02:04:04 -07:00
|
|
|
homepage = "http://hspec.github.io/";
|
2014-08-09 01:01:56 -07:00
|
|
|
description = "A Testing Framework for Haskell";
|
2013-07-01 02:04:04 -07:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
haskell-hspec: New package, v1.3.0.
Well, we now have a direct dependency of yesod-test, things are coming close,
almost TOO close. But we still have a long journey ahead.
.---- yesod-test -------.
| | |
| | |
: wai-test html-conduit -.
: | |
: | filesystem-conduit
: |
. |
. tagstream-conduit
.
,-.,-.,-.-,-.-,.-,-.,-.,-.
( down with the s^Hhspec! )
,--. ,'`-'-`-'`-'-`-'--'-`-'-`-'
|o o|
`-'\.
[|]-' \.-`
.'. `\
| | '`
| |
| |
\|
hspec
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-11 20:16:01 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|