cabal-version: 1.22 name: semialign-optics version: 1.2 x-revision: 2 synopsis: SemialignWithIndex, i.e. izipWith and ialignWith homepage: https://github.com/haskellari/these license: BSD3 license-file: LICENSE author: C. McCann, Oleg Grenrus maintainer: Oleg Grenrus category: Data, These build-type: Simple extra-source-files: CHANGELOG.md description: This package is deprecated. It simply re-exports [semialign](https://hackage.haskell.org/package/semialign) (and adds a @optics-core@ constraint). tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1 , GHCJS ==8.4 source-repository head type: git location: https://github.com/haskellari/these.git subdir: semialign-optics library default-language: Haskell2010 ghc-options: -Wall reexported-modules: Data.Semialign.Indexed build-depends: base >=4.10.0.0 && <4.18 build-depends: semialign >=1.2 && <1.2.1 build-depends: optics-core ==0.4.*