loc-test-0.1.3.12: loc-test.cabal
cabal-version: 3.0
name: loc-test
version: 0.1.3.12
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/typeclasses/loc
author: Chris Martin
maintainer: Chris Martin, Julie Moronuki
copyright: 2017 Mission Valley Software LLC
license: Apache-2.0
license-file: license.txt
build-type: Simple
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.17
, containers >= 0.6.5.1 && < 0.7
, hedgehog ^>= 1.0.2 || ^>= 1.1 || ^>= 1.2
, loc ^>= 0.1.3