name: html-entities version: 1.1.4.2 synopsis: A codec library for HTML-escaped text and HTML-entities description: This library provides the following APIs for coding and decoding of HTML-escaped text: . * \"attoparsec\" parser . * Text decoder . * Encoding text builder category: Parsing, Codecs, HTML homepage: https://github.com/nikita-volkov/html-entities bug-reports: https://github.com/nikita-volkov/html-entities/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2015, Nikita Volkov license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.24 source-repository head type: git location: git://github.com/nikita-volkov/html-entities.git library hs-source-dirs: library other-modules: HTMLEntities.NameTable HTMLEntities.Prelude exposed-modules: HTMLEntities.Text HTMLEntities.Builder HTMLEntities.Parser HTMLEntities.Decoder build-depends: unordered-containers == 0.2.*, text >= 1 && < 2, attoparsec >= 0.10 && < 0.14, base-prelude >= 0.1.19 && < 2, base < 5 default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010