cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 3d09fd3039a4f97cb691e80b9e53f939dca22e70237df9634d3c473be516a0de name: tasty-bdd version: 0.1.0.0 synopsis: BDD tests language and tasty provider description: https://gitlab.com/devs.global.de/tasty-bdd/-/blob/master/README.md category: Test homepage: https://gitlab.com/devs.global.de/tasty-bdd author: Paolo Veronelli, Pavlo Kerestey maintainer: paolo.veronelli@gmail.com copyright: 2017 Paolo Veronelli license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md library exposed-modules: Test.Tasty.Bdd Test.BDD.Language Test.BDD.LanguageFree System.CaptureStdout other-modules: Paths_tasty_bdd hs-source-dirs: src default-extensions: OverloadedStrings ghc-options: -Wall build-depends: HUnit , base >=4.7 && <5 , exceptions , free , microlens , microlens-th , mtl , pretty , pretty-show , tagged , tasty , tasty-fail-fast , tasty-hunit , temporary , text , transformers , tree-diff default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_tasty_bdd hs-source-dirs: tests default-extensions: OverloadedStrings ghc-options: -Wall build-depends: HUnit , aeson , aeson-qq , base >=4.7 && <5 , exceptions , mtl , qm-interpolated-string , regex-posix , tasty , tasty-bdd , tasty-expected-failure , tasty-fail-fast , tasty-hunit , temporary , text , transformers default-language: Haskell2010