cabal-version: >=1.10
name: these-lens
version: 1
synopsis: Lenses for These
homepage: https://github.com/isomorphism/these
license: BSD3
license-file: LICENSE
author: C. McCann, Oleg Grenrus
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
category: Data, These, Lens
build-type: Simple
extra-source-files: CHANGELOG.md
description: This package provides Prism and Traversals for @These@.
tested-with:
GHC ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1
source-repository head
type: git
location: https://github.com/isomorphism/these.git
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.5.1.0 && <4.13
build-depends: these >=1 && <1.1
-- other dependencies
build-depends:
base-compat >=0.10.5 && <0.11
, lens >=4.17.1 && <4.18