packages feed

hspec-meta-2.6.0: hspec-meta.cabal

cabal-version: 1.12

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

name:             hspec-meta
version:          2.6.0
license:          MIT
license-file:     LICENSE
copyright:        (c) 2011-2018 Simon Hengel,
                  (c) 2011-2012 Trystan Spangler,
                  (c) 2011 Greg Weber
maintainer:       Simon Hengel <sol@typeful.net>
build-type:       Simple
category:         Testing
stability:        experimental
bug-reports:      https://github.com/hspec/hspec/issues
homepage:         http://hspec.github.io/
synopsis:         A version of Hspec which is used to test Hspec itself
description:      A stable version of Hspec which is used to test the
                  in-development version of Hspec.
extra-source-files:
    CHANGES.markdown

source-repository head
  type: git
  location: https://github.com/hspec/hspec

library
  exposed-modules:
      Test.Hspec.Meta
  other-modules:
      Test.Hspec
      Test.Hspec.Discover
      Test.Hspec.Formatters
      Test.Hspec.QuickCheck
      Test.Hspec.Runner
      Test.Hspec.Core.Clock
      Test.Hspec.Core.Compat
      Test.Hspec.Core.Config
      Test.Hspec.Core.Config.Options
      Test.Hspec.Core.Config.Util
      Test.Hspec.Core.Example
      Test.Hspec.Core.Example.Location
      Test.Hspec.Core.FailureReport
      Test.Hspec.Core.Format
      Test.Hspec.Core.Formatters
      Test.Hspec.Core.Formatters.Diff
      Test.Hspec.Core.Formatters.Free
      Test.Hspec.Core.Formatters.Internal
      Test.Hspec.Core.Formatters.Monad
      Test.Hspec.Core.Hooks
      Test.Hspec.Core.QuickCheck
      Test.Hspec.Core.QuickCheckUtil
      Test.Hspec.Core.Runner
      Test.Hspec.Core.Runner.Eval
      Test.Hspec.Core.Spec
      Test.Hspec.Core.Spec.Monad
      Test.Hspec.Core.Timer
      Test.Hspec.Core.Tree
      Test.Hspec.Core.Util
      Control.Concurrent.Async
      Data.Algorithm.Diff
      Paths_hspec_meta
  ghc-options: -Wall
  hs-source-dirs:
      src
      hspec-core/src
      hspec-core/vendor
  build-depends:
      HUnit
    , QuickCheck >=2.10
    , ansi-terminal
    , array
    , base ==4.*
    , call-stack
    , clock
    , deepseq
    , directory
    , filepath
    , hspec-expectations ==0.8.2.*
    , quickcheck-io
    , random
    , setenv
    , stm >=2.2
    , time
    , transformers >=0.2.2.0
  default-language: Haskell2010

executable hspec-meta-discover
  main-is: hspec-discover.hs
  hs-source-dirs:
      hspec-discover/src
      hspec-discover/driver
  ghc-options: -Wall
  build-depends:
      HUnit
    , QuickCheck >=2.10
    , ansi-terminal
    , array
    , base ==4.*
    , call-stack
    , clock
    , deepseq
    , directory
    , filepath
    , hspec-expectations ==0.8.2.*
    , quickcheck-io
    , random
    , setenv
    , stm >=2.2
    , time
    , transformers >=0.2.2.0
  other-modules:
      Test.Hspec.Discover.Config
      Test.Hspec.Discover.Run
      Test.Hspec.Discover.Sort
      Paths_hspec_meta
  default-language: Haskell2010