cabal-version: 3.0 name: hedgehog-optics version: 1.0.0 category: Testing, Optics synopsis: Hedgehog properties for optics laws description: Are your prisms well-formed? Test and be confident. copyright: 2021 Mission Valley Software LLC license: MIT license-file: license.txt author: Chris Martin maintainer: Chris Martin, Julie Moronuki homepage: https://github.com/typeclasses/hedgehog-optics bug-reports: https://github.com/typeclasses/hedgehog-optics/issues build-type: Simple source-repository head type: git location: https://github.com/typeclasses/hedgehog-optics library default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: src default-extensions: NoImplicitPrelude exposed-modules: Hedgehog.Optics build-depends: base ^>= 4.14 || ^>= 4.15 , hedgehog ^>= 1.0.4 , optics-core ^>= 0.4