File: tests.cabal

package info (click to toggle)
haskell-data-binary-ieee754 0.4.4-14
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 68 kB
  • sloc: haskell: 243; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: tests
version: 0
build-type: Simple
cabal-version: >= 1.6

flag coverage
  default: False
  manual: True

executable data-binary-ieee754-tests
  main-is: Tests.hs
  ghc-options: -Wall -fcontext-stack=50

  if flag(coverage)
    ghc-options: -fhpc

  build-depends:
      base >= 4.1 && < 5.0
    , binary
    , bytestring >= 0.9
    , chell >= 0.3 && < 0.4
    , chell-quickcheck >= 0.2 && < 0.3
    , data-binary-ieee754
    , QuickCheck