cabal-version: 2.0
author: Mitchell Rosen
build-type: Simple
category: Prelude, Test
description:
Companion package of <https://hackage.haskell.org/package/planet-mitchell planet-mitchell>,
for testing and benchmarking.
license-file: LICENSE
license: BSD3
maintainer: Mitchell Rosen <mitchellwrosen@gmail.com>
name: planet-mitchell-test
synopsis: Planet Mitchell
tested-with: GHC == 8.4.3, GHC == 8.6.1
version: 0.0.0
homepage: https://github.com/mitchellwrosen/planet-mitchell
bug-reports: https://github.com/mitchellwrosen/planet-mitchell/issues
copyright: (c) 2018, Mitchell Rosen
extra-source-files:
CHANGELOG.md
source-repository head
type: git
location: git://github.com/mitchellwrosen/planet-mitchell.git
library
hs-source-dirs: src
ghc-options:
-Weverything
-fno-warn-safe
-fno-warn-unsafe
-- TODO re-enable
-fno-warn-missing-import-lists
default-extensions: NoImplicitPrelude
default-language: Haskell2010
build-depends:
gauge >= 0.2.1 && < 0.2.2
, hedgehog >= 0.5.3 && < 0.6.1
, hspec-expectations >= 0.8.2 && < 0.8.3
, tasty >= 1.1.0 && < 1.1.1
, tasty-hedgehog >= 0.2.0 && < 0.2.1
, tasty-hunit >= 0.10.0 && < 0.10.1
, tasty-rerun >= 1.1.13 && < 1.1.14
, weigh >= 0.0.12 && < 0.0.13
exposed-modules:
Benchmark
Test
Test.Gen
Test.Range
Weigh