cabal-version: >=1.10 name: these-lens version: 1.0.1.3 x-revision: 1 synopsis: Lenses for These homepage: https://github.com/haskellari/these license: BSD3 license-file: LICENSE author: C. McCann, Oleg Grenrus maintainer: Oleg Grenrus category: Data, These, Lens build-type: Simple extra-source-files: CHANGELOG.md description: This package provides Prism and Traversals for @These@. tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1 , GHCJS ==8.4 source-repository head type: git location: https://github.com/haskellari/these.git subdir: these-lens library default-language: Haskell2010 ghc-options: -Wall if impl(ghc >=8.0) ghc-options: -Wno-trustworthy-safe hs-source-dirs: src exposed-modules: Data.These.Lens -- ghc boot libs build-depends: base >=4.9 && <4.20 build-depends: these >=1.2 && <1.3 -- other dependencies build-depends: lens >=5.2.1 && <5.3