File: knob-tests.cabal

package info (click to toggle)
haskell-knob 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: haskell: 420; sh: 48; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: knob-tests
version: 0
build-type: Simple
cabal-version: >= 1.8

flag coverage
  default: False
  manual: True

executable knob_tests
  main-is: KnobTests.hs
  ghc-options: -Wall
  hs-source-dirs: ../lib,.
  other-modules: Data.Knob

  if flag(coverage)
    ghc-options: -fhpc

  build-depends:
      base >= 4.15 && < 5
    , bytestring >= 0.9 && < 0.12
    , chell >= 0.2 && < 0.6
    , transformers >= 0.2 && < 0.7