packages feed

strict-tuple-lens-0.2: strict-tuple-lens.cabal

cabal-version:      2.2
name:               strict-tuple-lens
version:            0.2
synopsis:           Optics for the `strict-tuple` library
description:
  This package provides optics for the `strict-tuple` library, using the `lens` library

homepage:           https://github.com/emilypi/strict-tuple-lens
bug-reports:        https://github.com/emilypi/strict-tuple-lens/issues
license:            BSD-3-Clause
license-file:       LICENSE
author:             Emily Pillmore
maintainer:         emilypi@cohomolo.gy
copyright:          (c) 2020 Emily Pillmore emily
category:           Data
extra-source-files:
  CHANGELOG.md
  README.md

tested-with:
  GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1

source-repository head
  type:     git
  location: https://github.com/emilypi/strict-tuple-lens.git

library
  exposed-modules:
    Data.Tuple.Strict.Lens
    Data.Tuple.Strict.Lens.Each
    Data.Tuple.Strict.Lens.Empty
    Data.Tuple.Strict.Lens.Field

  build-depends:
    , base          >=4.11  && <5.1
    , lens          ^>=5
    , strict-tuple  ^>=0.1.3

  hs-source-dirs:   src
  default-language: Haskell2010
  ghc-options:      -Wall