Cabal revisions of html-entity-map-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: html-entity-map-version: 0.1.0.0-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 <markkarpov92@gmail.com>-maintainer: Mark Karpov <markkarpov92@gmail.com>-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.3- , 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+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 <markkarpov92@gmail.com> +maintainer: Mark Karpov <markkarpov92@gmail.com> +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
revision 2
name: html-entity-map version: 0.1.0.0 -x-revision: 1 +x-revision: 2 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 hs-source-dirs: bench type: exitcode-stdio-1.0 build-depends: base >= 4.5 && < 5.0 - , criterion >= 0.6.2.1 && < 1.4 + , criterion >= 0.6.2.1 && < 1.5 , html-entity-map , text >= 0.2 && < 1.3 , unordered-containers >= 0.2.5 && < 0.3
revision 3
name: html-entity-map version: 0.1.0.0 -x-revision: 2 +x-revision: 3 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 hs-source-dirs: bench type: exitcode-stdio-1.0 build-depends: base >= 4.5 && < 5.0 - , criterion >= 0.6.2.1 && < 1.5 + , criterion >= 0.6.2.1 && < 1.6 , html-entity-map , text >= 0.2 && < 1.3 , unordered-containers >= 0.2.5 && < 0.3
revision 4
name: html-entity-map version: 0.1.0.0 -x-revision: 3 +x-revision: 4 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 library build-depends: base >= 4.5 && < 5.0 - , text >= 0.2 && < 1.3 + , text >= 0.2 && < 2.1 , unordered-containers >= 0.2.5 && < 0.3 exposed-modules: Data.HTML.Entities if flag(dev) build-depends: base >= 4.5 && < 5.0 , criterion >= 0.6.2.1 && < 1.6 , html-entity-map - , text >= 0.2 && < 1.3 + , text >= 0.2 && < 2.1 , unordered-containers >= 0.2.5 && < 0.3 if flag(dev) ghc-options: -O2 -Wall -Werror
revision 5
name: html-entity-map version: 0.1.0.0 -x-revision: 4 +x-revision: 5 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 hs-source-dirs: bench type: exitcode-stdio-1.0 build-depends: base >= 4.5 && < 5.0 - , criterion >= 0.6.2.1 && < 1.6 + , criterion >= 0.6.2.1 && < 1.7 , html-entity-map , text >= 0.2 && < 2.1 , unordered-containers >= 0.2.5 && < 0.3
revision 6
name: html-entity-map version: 0.1.0.0 -x-revision: 5 +x-revision: 6 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 default: False library - build-depends: base >= 4.5 && < 5.0 - , text >= 0.2 && < 2.1 - , unordered-containers >= 0.2.5 && < 0.3 + build-depends: + base >=4.15 && <5, + text >=0.2 && <2.2, + unordered-containers >=0.2.5 && <0.3 + exposed-modules: Data.HTML.Entities if flag(dev) ghc-options: -Wall -Werror 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.7 - , html-entity-map - , text >= 0.2 && < 2.1 - , unordered-containers >= 0.2.5 && < 0.3 + build-depends: + base >=4.15 && <5, + criterion >=0.6.2.1 && <1.7, + html-entity-map, + text >=0.2 && <2.2, + unordered-containers >=0.2.5 && <0.3 + if flag(dev) ghc-options: -O2 -Wall -Werror else