cabal-version: 2.2 name: machines-encoding version: 0 synopsis: Transcode encodings with machines. description: Transcoding of encodings with machines. homepage: https://oss.xkcd.com/ license: BSD-3-Clause license-file: LICENSE author: davean maintainer: oss@xkcd.com copyright: Copyright (C) 2019 davean category: Control, Enumerator, Data, Text extra-source-files: CHANGELOG.md source-repository head type: git location: https://code.xkrd.net/haskell/machines-encoding.git library hs-source-dirs: src default-language: Haskell2010 exposed-modules: Data.Machines.Encoding.Text build-depends: base ^>=4.12.0.0 , bytestring ^>= 0.10 , machines ^>= 0.6 , text ^>= 1.2