loc-test-0.1.3.13: loc-test.cabal
cabal-version: 3.0
name: loc-test
version: 0.1.3.13
synopsis: Hedgehog generators for loc
description:
This package contains Hedgehog generators types defined
in the /loc/ package.
category: Testing
homepage: https://github.com/typeclasses/loc-test
bug-reports: https://github.com/typeclasses/loc-test/issues
author: Chris Martin
maintainer: Chris Martin, Julie Moronuki
copyright: 2017 Mission Valley Software LLC
license: Apache-2.0
license-file: license.txt
extra-source-files: *.md
source-repository head
type: git
location: git://github.com/typeclasses/loc-test.git
library
default-language: Haskell2010
hs-source-dirs: src
default-extensions: NoImplicitPrelude ScopedTypeVariables
ghc-options: -Wall
exposed-modules: Test.Loc.Hedgehog.Gen
build-depends:
, base ^>= 4.14 || ^>= 4.15 || ^>= 4.16
, containers ^>= 0.6.4
, hedgehog ^>= 1.0.5 || ^>= 1.1 || ^>= 1.2
, loc ^>= 0.1.3