packages feed

tasty-bdd-0.1.0.1: tasty-bdd.cabal

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: 2092064cb96d2bfbdd0184d0d9652a09a67bfeb44af393b1da2095d85d4e84a8

name:           tasty-bdd
version:        0.1.0.1
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