name: html-entity-map version: 0.1.0.0 x-revision: 1 cabal-version: >= 1.18 tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 license: BSD3 license-file: LICENSE.md author: Mark Karpov maintainer: Mark Karpov homepage: https://github.com/mrkkrp/html-entity-map bug-reports: https://github.com/mrkkrp/html-entity-map/issues category: HTML synopsis: Map from HTML5 entity names to the corresponding Unicode text build-type: Simple description: Map from HTML5 entity names to the corresponding Unicode text. extra-doc-files: CHANGELOG.md , README.md source-repository head type: git location: https://github.com/mrkkrp/html-entity-map.git flag dev description: Turn on development settings. manual: True default: False library build-depends: base >= 4.5 && < 5.0 , text >= 0.2 && < 1.3 , unordered-containers >= 0.2.5 && < 0.3 exposed-modules: Data.HTML.Entities if flag(dev) ghc-options: -Wall -Werror else ghc-options: -O2 -Wall default-language: Haskell2010 benchmark bench main-is: Main.hs hs-source-dirs: bench type: exitcode-stdio-1.0 build-depends: base >= 4.5 && < 5.0 , criterion >= 0.6.2.1 && < 1.4 , html-entity-map , text >= 0.2 && < 1.3 , unordered-containers >= 0.2.5 && < 0.3 if flag(dev) ghc-options: -O2 -Wall -Werror else ghc-options: -O2 -Wall default-language: Haskell2010