Cabal revisions of enummapset-th-0.5.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: enummapset-th-version: 0.5.1.0-synopsis: TH-generated EnumSet/EnumMap wrappers around IntSet/IntMap.-description:- This package wraps @IntSet@ and @IntMap@ from @containers@, and provides- fast sets and maps keyed on any data type with a well-behaved @Enum@- instance. Useful for derived @Enum@s, newtype'd @Int@s, or any data type- that can be packed into an @Int@: just implement @fromEnum@ and @toEnum@.- .- The boilerplate is generated using Template Haskell, so unlike- @enummapset@ it's easier to maintain and keep up-to-date with- @containers@. On the downside, it's less portable.-homepage: https://github.com/liyang/enummapset-th-license: BSD3-license-file: LICENSE-author: Liyang HU-maintainer: enummapset-th@liyang.hu-copyright: © 2012 Liyang HU-category: Data-build-type: Simple-cabal-version: >= 1.8-extra-source-files:- include/map.inc--source-repository head- type: git- location: http://github.com/liyang/enummapset-th--library- exposed-modules:- Data.EnumMap.Base- Data.EnumMap.Lazy- Data.EnumMap.Strict- Data.EnumSet- Data.EnumSet.Base- other-modules:- Data.EnumMapSetWrapper- build-depends:- base >= 4.6 && < 5,- deepseq >= 1.3,- containers >= 0.5.1.0 && < 0.6,- template-haskell >= 2.8- include-dirs: include- ghc-options: -Wall---- vim: et sw=4 ts=4 sts=4:-+name: enummapset-th +version: 0.5.1.0 +x-revision: 1 +synopsis: TH-generated EnumSet/EnumMap wrappers around IntSet/IntMap. +description: + This package wraps @IntSet@ and @IntMap@ from @containers@, and provides + fast sets and maps keyed on any data type with a well-behaved @Enum@ + instance. Useful for derived @Enum@s, newtype'd @Int@s, or any data type + that can be packed into an @Int@: just implement @fromEnum@ and @toEnum@. + . + The boilerplate is generated using Template Haskell, so unlike + @enummapset@ it's easier to maintain and keep up-to-date with + @containers@. On the downside, it's less portable. +homepage: https://github.com/liyang/enummapset-th +license: BSD3 +license-file: LICENSE +author: Liyang HU +maintainer: enummapset-th@liyang.hu +copyright: © 2012 Liyang HU +category: Data +build-type: Simple +cabal-version: >= 1.8 +extra-source-files: + include/map.inc + +source-repository head + type: git + location: http://github.com/liyang/enummapset-th + +library + exposed-modules: + Data.EnumMap.Base + Data.EnumMap.Lazy + Data.EnumMap.Strict + Data.EnumSet + Data.EnumSet.Base + other-modules: + Data.EnumMapSetWrapper + build-depends: + base >= 4.6 && < 5, + deepseq >= 1.3, + containers >= 0.5.1.0 && < 0.6, + template-haskell >= 2.8 && < 2.10 + include-dirs: include + ghc-options: -Wall + +-- vim: et sw=4 ts=4 sts=4: +