packages feed

strict-lens-0.4: strict-lens.cabal

name:               strict-lens
version:            0.4
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 ==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.3
   || ==8.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.5    && <5
    , lens    >=4.19.2 && <4.20
    , strict  >=0.4    && <0.4.1

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