packages feed

strict-optics-0.4: strict-optics.cabal

name:               strict-optics
version:            0.4
synopsis:           Optics for types in strict package
category:           Data, Optics
description:        Optics for types in strict package.
license:            BSD3
license-file:       LICENSE
author:
  Oleg Grenrus <oleg.grenrus>
  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.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-optics

library
  default-language: Haskell2010
  ghc-options:
    -Wall -fwarn-incomplete-uni-patterns -Wcompat
    -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances

  build-depends:
      base         >=4.9 && <5
    , optics-core  >=0.3 && <0.4
    , strict       >=0.4 && <0.4.1

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