cabal-version: 3.0 name: unicode-data-parser version: 0.1.0.0 synopsis: Parsers for Unicode Character Database (UCD) files description: This package provides simple [ByteString](https://hackage.haskell.org/package/bytestring/docs/Data-ByteString.html#t:ByteString) parsers for the [Unicode character database](https://www.unicode.org/ucd/) (UCD). homepage: https://gitlab.com/Wismill/unicode-data-parser license: BSD-3-Clause license-file: LICENSE author: Pierre Le Marre maintainer: dev@wismill.eu copyright: 2024 (c) Pierre Le Marre category: Data,Text,Unicode build-type: Simple extra-doc-files: CHANGELOG.md README.md common compile-options ghc-options: -Wall default-language: GHC2021 common default-extensions default-extensions: BlockArguments, LambdaCase, UnicodeSyntax, PatternSynonyms, ViewPatterns, OverloadedStrings, OverloadedRecordDot, DisambiguateRecordFields, DuplicateRecordFields library import: compile-options, default-extensions hs-source-dirs: lib exposed-modules: UCD.Parser.Property UCD.Parser.UnicodeData UCD.Parser.Common build-depends: base >= 4.19.1.0 && < 5, bytestring >= 0.12.0 && < 0.13