name: utf8-validator version: 0.1.0.0 synopsis: Constant-space UTF8 validator for ByteStrings description: Constant-space UTF8 validator for ByteStrings homepage: https://github.com/edwardgeorge/utf8-validator#readme bug-reports: https://github.com/edwardgeorge/utf8-validator/issues author: Edward George maintainer: edwardgeorge@gmail.com copyright: 2018 Edward George license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 Category: Codec extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/edwardgeorge/utf8-validator library hs-source-dirs: src build-depends: base >=4.7 && <5 , bytestring >= 0.10 && < 0.11 , text >= 1.2 && < 1.3 exposed-modules: Text.Utf8Validator other-modules: Paths_utf8_validator default-language: Haskell2010 ghc-options: -Wall test-suite utf8-validator-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring >= 0.10 && < 0.11 , tasty >= 1.0 && < 1.1 , tasty-hunit >= 0.10 && < 0.11 , text >= 1.2 && < 1.3 , utf8-string >= 1.0 && < 1.1 , utf8-validator -any other-modules: Paths_utf8_validator default-language: Haskell2010 benchmark utf8-validator-bench type: exitcode-stdio-1.0 main-is: Bench.hs hs-source-dirs: bench build-depends: base >=4.7 && <5 , criterion >= 1.3 && < 1.4 , utf8-validator -any ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010