packages feed

loc-test-0.1.3.6: loc-test.cabal

name: loc-test
version: 0.1.3.6

synopsis: Test-related utilities related to the /loc/ package.

description: Test-related utilities related to the /loc/ package. Currently contains only
             Hedgehog generators.

category: Testing

homepage: https://github.com/chris-martin/loc

author:     Chris Martin <ch.martin@gmail.com>
maintainer: Chris Martin <ch.martin@gmail.com>

license: Apache-2.0
license-file: license.txt

build-type: Simple
cabal-version: >= 1.10

tested-with:
    GHC == 8.0.2
  , GHC == 8.2.2
  , GHC == 8.4.3
  , GHC == 8.6.3
  , GHC == 8.8.1

extra-source-files:
    changelog.md

library
  default-language: Haskell2010
  hs-source-dirs: src
  default-extensions: NoImplicitPrelude
  ghc-options: -Wall
  build-depends: base, containers, hedgehog, loc
  build-depends: base >= 4.9
  build-depends: base < 4.14
  exposed-modules: Test.Loc.Hedgehog.Gen