2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 21:09:07 +00:00
|
|
|
{ cabal, hspec, HUnit, markdownUnlit, silently }:
|
haskell-hspec-expectations: New package, v0.3.0.2.
Let's continue our trip into the ancient realms of yesod-test:
.---- yesod-test -------.
| | |
| | |
hspec wai-test html-conduit -.
| |
| filesystem-conduit
|
|
tagstream-conduit
`.
.
.`-___ ' ' '
`- ` `-'-'._, , '
______ `', ''' ''
`-(o,-` `. , ,'hspec,
`' ) ,'' ,'
__.-,,_,._,-,,' ,-', expectations
`-,===,-'-,-'-,====='-, ,'''' '
`,,==-,-'-,-======,-'---' ,'
-,-,-,-,,_ `-,__ '', ` ' '
' /'/' `-,-.__`-,'
)'
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 04:17:44 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hspec-expectations";
|
2014-08-12 04:48:32 +01:00
|
|
|
version = "0.6.1";
|
|
|
|
sha256 = "0rr1dn39daxi4kqnbz3k21slxpscz939bx16161rr1zp4v7m1lzj";
|
haskell-hspec-expectations: New package, v0.3.0.2.
Let's continue our trip into the ancient realms of yesod-test:
.---- yesod-test -------.
| | |
| | |
hspec wai-test html-conduit -.
| |
| filesystem-conduit
|
|
tagstream-conduit
`.
.
.`-___ ' ' '
`- ` `-'-'._, , '
______ `', ''' ''
`-(o,-` `. , ,'hspec,
`' ) ,'' ,'
__.-,,_,._,-,,' ,-', expectations
`-,===,-'-,-'-,====='-, ,'''' '
`,,==-,-'-,-======,-'---' ,'
-,-,-,-,,_ `-,__ '', ` ' '
' /'/' `-,-.__`-,'
)'
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 04:17:44 +01:00
|
|
|
buildDepends = [ HUnit ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [ hspec HUnit markdownUnlit silently ];
|
2013-02-24 21:24:55 +00:00
|
|
|
doCheck = false;
|
haskell-hspec-expectations: New package, v0.3.0.2.
Let's continue our trip into the ancient realms of yesod-test:
.---- yesod-test -------.
| | |
| | |
hspec wai-test html-conduit -.
| |
| filesystem-conduit
|
|
tagstream-conduit
`.
.
.`-___ ' ' '
`- ` `-'-'._, , '
______ `', ''' ''
`-(o,-` `. , ,'hspec,
`' ) ,'' ,'
__.-,,_,._,-,,' ,-', expectations
`-,===,-'-,-'-,====='-, ,'''' '
`,,==-,-'-,-======,-'---' ,'
-,-,-,-,,_ `-,__ '', ` ' '
' /'/' `-,-.__`-,'
)'
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 04:17:44 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/sol/hspec-expectations#readme";
|
|
|
|
description = "Catchy combinators for HUnit";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|