-- This file has been generated from package.yaml by hpack version 0.14.1. -- -- see: https://github.com/sol/hpack name: encoding-io version: 0.0.1 synopsis: Encoding-aware file I/O. category: Data homepage: https://github.com/TerrorJack/encoding-io#readme bug-reports: https://github.com/TerrorJack/encoding-io/issues maintainer: Shao Cheng copyright: (c) 2016 Shao Cheng license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/TerrorJack/encoding-io library hs-source-dirs: src default-extensions: FlexibleContexts ghc-options: -Wall build-depends: base >= 4.8 && < 4.10 , chunked-data , deepseq , transformers-base exposed-modules: System.IO.Encoding default-language: Haskell2010