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>
This commit is contained in:
aszlig 2012-09-12 05:17:44 +02:00
parent 0695a74c68
commit fb5c721cbe
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ cabal, HUnit }:
cabal.mkDerivation (self: {
pname = "hspec-expectations";
version = "0.3.0.2";
sha256 = "1jwwi4pbv0pc88vdg5y0ljjq41sha4v4y5qaxi6qms7rl6cp4qkr";
buildDepends = [ HUnit ];
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;
};
})

View file

@ -940,6 +940,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
hsloggerTemplate = callPackage ../development/libraries/haskell/hslogger-template {};
hspecExpectations = callPackage ../development/libraries/haskell/hspec-expectations {};
hsyslog = callPackage ../development/libraries/haskell/hsyslog {};
html_1_0_1_2 = callPackage ../development/libraries/haskell/html/1.0.1.2.nix {};