File: hspec-contrib.cabal

package info (click to toggle)
haskell-hspec-contrib 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: haskell: 147; makefile: 4
file content (66 lines) | stat: -rw-r--r-- 1,583 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
cabal-version: 1.12

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

name:           hspec-contrib
version:        0.5.2
license:        MIT
license-file:   LICENSE
copyright:      (c) 2011-2023 Simon Hengel,
                (c) 2014 Junji Hashimoto
maintainer:     Simon Hengel <sol@typeful.net>
build-type:     Simple
category:       Testing
stability:      experimental
bug-reports:    https://github.com/hspec/hspec/issues
homepage:       https://hspec.github.io/
synopsis:       Contributed functionality for Hspec
description:    Contributed functionality for Hspec

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

library
  ghc-options: -Wall
  hs-source-dirs:
      src
  build-depends:
      HUnit
    , base ==4.*
    , call-stack
    , hspec-core >=2.5.0
  exposed-modules:
      Test.Hspec.Contrib.HUnit
      Test.Hspec.Contrib.Mocks.V1
      Test.Hspec.Contrib.Retry
  other-modules:
      Paths_hspec_contrib
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  hs-source-dirs:
      test
  main-is: Spec.hs
  other-modules:
      Helper
      Test.Hspec.Contrib.HUnitSpec
      Test.Hspec.Contrib.Mocks.V1Spec
      Test.Hspec.Contrib.RetrySpec
      Paths_hspec_contrib
  ghc-options: -Wall
  build-tool-depends:
      hspec-discover:hspec-discover
  build-depends:
      HUnit
    , QuickCheck
    , base ==4.*
    , call-stack
    , hspec
    , hspec-contrib
    , hspec-core >=2.6.0
  default-language: Haskell2010