packages feed

tasty-discover-4.2.1: tasty-discover.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: c69bb3382cc20b5891546bfbf1fc899a6933c635332b6a4d5bde683aee75193a

name:           tasty-discover
version:        4.2.1
synopsis:       Test discovery for the tasty framework.
description:    Automatic test discovery and runner for the tasty framework.
                Prefix your test case names and tasty-discover will discover, collect and run them. All popular test libraries are covered. Configure once and then just write your tests. Avoid forgetting to add test modules to your Cabal/Hpack files. Tasty ingredients are included along with various configuration options for different use cases. Please see the `README.md` below for how to get started.
category:       Testing
stability:      Experimental
homepage:       http://git.coop/lwm/tasty-discover
bug-reports:    http://git.coop/lwm/tasty-discover/issues
author:         Luke Murphy
maintainer:     Luke Murphy <lukewm@riseup.net>
copyright:      2016 Luke Murphy
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    CHANGELOG.md
    README.md

source-repository head
  type: git
  location: http://git.coop/lwm/tasty-discover

library
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      Glob >=0.8 && <1.0
    , base >=4.8 && <5.0
    , containers >=0.4 && <1.0
    , directory >=1.1 && <2.0
    , filepath >=1.3 && <2.0
  exposed-modules:
      Test.Tasty.Config
      Test.Tasty.Discover
      Test.Tasty.Generator
  other-modules:
      Paths_tasty_discover
  default-language: Haskell2010

executable tasty-discover
  main-is: executable/Main.hs
  ghc-options: -Wall
  build-depends:
      Glob >=0.8 && <1.0
    , base >=4.8 && <5.0
    , containers >=0.4 && <1.0
    , directory >=1.1 && <2.0
    , filepath >=1.3 && <2.0
    , tasty-discover
  other-modules:
      Paths_tasty_discover
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: Driver.hs
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      Glob >=0.8 && <1.0
    , base
    , containers >=0.4 && <1.0
    , directory >=1.1 && <2.0
    , filepath >=1.3 && <2.0
    , hedgehog
    , tasty
    , tasty-discover
    , tasty-hedgehog
    , tasty-hspec
    , tasty-hunit
    , tasty-quickcheck
    , tasty-smallcheck
  other-modules:
      ConfigTest
      DiscoverTest
      SubMod.FooBaz
      SubMod.PropTest
      SubMod.SubSubMod.PropTest
      Paths_tasty_discover
  default-language: Haskell2010