-- Initial lens-text-encoding.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: lens-text-encoding version: 0.1.0.0 synopsis: Isomorphisms and prisms for text <=> bytestring conversions -- description: homepage: http://github.com/iand675/text-lens-encoding license: MIT license-file: LICENSE author: Ian Duncan maintainer: ian@iankduncan.com -- copyright: category: Text build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Text.Encoding.Lens -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8, text, bytestring, lens hs-source-dirs: src default-language: Haskell2010