packages feed

strict-lens-0.4.1: strict-lens.cabal

name:               strict-lens
version:            0.4.1
synopsis:           Lenses for types in strict package
category:           Data, Lenses
description:        Lenses for types in strict package.
license:            BSD3
license-file:       LICENSE
author:
  Roman Leshchinskiy <rl@cse.unsw.edu.au>,
  Simon Meier <iridcode@gmail.com>

maintainer:         Oleg Grenrus <oleg.grenrus@iki.fi>
copyright:
  (c) 2006-2008 by Roman Leshchinskiy
  (c) 2013-2014 by Simon Meier

homepage:           https://github.com/haskell-strict/strict
cabal-version:      >=1.10
build-type:         Simple
tested-with:
  GHC ==8.6.5
   || ==8.8.4
   || ==8.10.7
   || ==9.0.2
   || ==9.2.8
   || ==9.4.8
   || ==9.6.6
   || ==9.8.2
   || ==9.10.1

extra-source-files: CHANGES.md

source-repository head
  type:     git
  location: https://github.com/haskell-strict/strict.git
  subdir:   strict-lens

library
  default-language: Haskell2010
  ghc-options:      -Wall -fwarn-incomplete-uni-patterns

  if impl(ghc >=8.0)
    ghc-options:
      -Wcompat -Wnoncanonical-monad-instances
      -Wnoncanonical-monadfail-instances

  build-depends:
      base    >=4.12.0.0 && <5
    , lens    >=5.2.1    && <5.4
    , strict  >=0.5.1    && <0.6

  hs-source-dirs:   src
  exposed-modules:  Data.Strict.Lens