hedgehog-lens-0.1.0.0: hedgehog-lens.cabal
cabal-version: 2.4
name: hedgehog-lens
version: 0.1.0.0
category: Testing, Lens
synopsis:
Hedgehog properties for lens laws.
copyright: 2021 Mission Valley Software LLC, 2022 Solomon Bothwell
license: MIT
license-file: LICENSE.txt
author: solomon
maintainer: ssbothwell@gmail.com
homepage: https://github.com/solomon-b/hedgehog-lens
bug-reports: https://github.com/solomon-b/hedgehog-lens/issues
build-type: Simple
extra-source-files: CHANGELOG.md
source-repository head
type: git
location: https://github.com/solomon-b/hedgehog-lens
library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
default-extensions:
NoImplicitPrelude
exposed-modules:
Hedgehog.Lens
build-depends:
base ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16
, hedgehog ^>= 1.0.4 || ^>= 1.1
, lens >= 5.1 && < 5.2