packages feed

system-filepath-0.4.7: tests/system-filepath-tests.cabal

name: system-filepath-tests
version: 0
build-type: Simple
cabal-version: >= 1.6

flag coverage
  default: False
  manual: True

executable system-filepath_tests
  main-is: Tests.hs
  ghc-options: -Wall
  hs-source-dirs: ../lib,.

  -- http://hackage.haskell.org/trac/ghc/ticket/5395
  if impl(ghc < 7.2)
    ghc-options: -fcontext-stack=200

  if flag(coverage)
    ghc-options: -fhpc

  build-depends:
      base > 4.0 && < 5.0
    , bytestring
    , chell >= 0.3 && < 0.4
    , chell-quickcheck >= 0.2 && < 0.3
    , deepseq >= 1.1 && < 1.4
    , QuickCheck
    , text