name: strict-optics version: 0.4.0.1 x-revision: 2 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 Roman Leshchinskiy , Simon Meier maintainer: Oleg Grenrus 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.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4 || ==9.6.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.5 , strict >=0.4 && <0.5.1 hs-source-dirs: src exposed-modules: Data.Strict.Optics