loc-test-0.1.3.2: loc-test.cabal
name: loc-test
version: 0.1.3.2
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
library
default-language: Haskell2010
hs-source-dirs: src
default-extensions: NoImplicitPrelude
ghc-options: -Wall
build-depends:
base >=4.9 && <4.11
, containers
, hedgehog
, loc
exposed-modules:
Test.Loc.Hedgehog.Gen