cabal-version: 2.0 name: base64-lens version: 0.3.1 x-revision: 1 synopsis: Optics for the Base64 library description: Prisms and pattern synonyms for the Base64 library homepage: https://github.com/emilypi/base64-lens bug-reports: https://github.com/emilypi/base64-lens/issues license: BSD3 license-file: LICENSE author: Emily Pillmore maintainer: Emily Pillmore copyright: (c) 2019-2022 Emily Pillmore category: Data build-type: Simple extra-source-files: CHANGELOG.md README.md tested-with: GHC ==8.10.4 || ==9.0.2 || ==9.2.2 source-repository head type: git location: https://github.com/emilypi/base64-lens.git library exposed-modules: Data.ByteString.Base64.Lens Data.ByteString.Lazy.Base64.Lens Data.ByteString.Short.Base64.Lens Data.Text.Encoding.Base64.Error.Lens Data.Text.Encoding.Base64.Lens Data.Text.Lazy.Encoding.Base64.Lens Data.Text.Short.Encoding.Base64.Lens build-depends: base >=4.14 && <4.17 , base64 ^>=0.4 , bytestring ^>=0.10 , lens >=4.0 && <5.1 , text ^>=1.2 , text-short ^>=0.1 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall