name: zlib-lens version: 0.1.1 x-revision: 1 synopsis: Lenses for zlib -- description: homepage: lens.github.io license: BSD3 license-file: LICENSE -- author: maintainer: -- copyright: category: Codec build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Codec.Compression.Zlib.Lens other-extensions: Rank2Types build-depends: base >=4.0 && <4.9, bytestring >=0.9.1.10 && <0.11, zlib >=0.5.4 && <0.6, profunctors >=3.1.1 && <4.4 hs-source-dirs: src default-language: Haskell2010