name:                 tasty-expected-failure
version:              0.12.3
visibility:           public
id:                   tasty-expected-failure-0.12.3-5orbRAnke34HOclg4GEoy3
key:                  tasty-expected-failure-0.12.3-5orbRAnke34HOclg4GEoy3
license:              MIT
copyright:            2015 Joachim Breitner
maintainer:           mail@joachim-breitner.de
author:               Joachim Breitner
homepage:             http://github.com/nomeata/tasty-expected-failure
synopsis:             Mark tasty tests as failure expected
description:
    With the function 'Test.Tasty.ExpectedFailure.expectFail' in the provided module
    "Test.Tasty.ExpectedFailure", you can mark that you expect test cases to fail,
    and not to pass.

    This can for example be used for test-driven development: Create the tests,
    mark them with 'Test.Tasty.ExpectedFailure.expectFail', and you can still push
    to the main branch, without your continuous integration branch failing.

    Once someone implements the feature or fixes the bug (maybe unknowingly), the
    test suite will tell him so, due to the now unexpectedly passing test, and he
    can remove the 'Test.Tasty.ExpectedFailure.expectFail' marker.

    The module also provides 'Test.Tasty.ExpectedFailure.ignoreTest' to avoid
    running a test. Both funtions are implemented via the more general
    'Test.Tasty.ExpectedFailure.wrapTest', which is also provided.

category:             Testing
abi:                  e5752a872dd6f3641b3a85b43267251a
exposed:              True
exposed-modules:      Test.Tasty.ExpectedFailure
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/tasty-expected-failure-0.12.3-5orbRAnke34HOclg4GEoy3

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/tasty-expected-failure-0.12.3-5orbRAnke34HOclg4GEoy3

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/tasty-expected-failure-0.12.3-5orbRAnke34HOclg4GEoy3

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/tasty-expected-failure-0.12.3

hs-libraries:         HStasty-expected-failure-0.12.3-5orbRAnke34HOclg4GEoy3
depends:
    base-4.20.0.0-inplace tagged-0.8.9-DfMvf7f6neV1YEOofSyVFB
    tasty-1.5.3-FBDfsMmImBVJUbSyGjcfPx
    unbounded-delays-0.1.1.1-ED2OqRCnpkDEYVgjUEisTS

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/tasty-expected-failure-0.12.3/html/tasty-expected-failure.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/tasty-expected-failure-0.12.3/html
