Skip to content

Commit

Permalink
Update from Hackage at 2020-06-22T00:13:19Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jun 22, 2020
1 parent 23d7154 commit db7bf3b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
52 changes: 52 additions & 0 deletions enummaps/0.6.2.1.4/enummaps.cabal
@@ -0,0 +1,52 @@
cabal-version: 3.0

name: enummaps
version: 0.6.2.1.4
synopsis: Enum wrappers for IntMap and IntSet
description:

This package provides wrappers for IntMap and IntSet that allow one to use any type
with an Enum instance as a key.

Similarities with enummapset-th:

* Map functions are polymorphic, to match those in Data.Map and
Data.Set

Similarities with enummapset:

* Doesn't use template haskell

Differences from both:

* 'unions' works on any (representational) Foldable rather than on
just lists
* All functions in Data.Set and Data.Map.* have an equivalent in
Data.EnumSet or Data.EnumMap.*

-- bug-reports:
license: BSD-3-Clause
-- license-file: LICENSE
author: Leif Metcalf
maintainer: me@leif.nz
-- copyright:
category: Data Structures
build-type: Simple
extra-source-files: CHANGELOG.md

library
exposed-modules:
Data.EnumSet,
Data.EnumMap.Lazy,
Data.EnumMap.Strict
other-modules:
Data.EnumMap.Wrapper,
Data.EnumSet.Wrapper
-- other-extensions:
build-depends:
base ^>= { 4.12, 4.13, 4.14 },
containers ^>= 0.6.2.1,
deepseq ^>= 1.4
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
1 change: 1 addition & 0 deletions enummaps/0.6.2.1.4/enummaps.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"f43771155ca19514a317f20108b06697","Skein512_512":"93dbee1d89b88da3cd73ee46732edc66d5dced30a99b7bdca62362a105bdfe94a1e2918f71fbfb3578f8b7317653fc80a9ac3645cc31ba543e2bde4d99e55e81","SHA1":"a050395f0524747331bab6fd343adee9d1649849","SHA512":"817bd026ee7febf5d403378be4e2be8df59e0a13354feaed16b5865dc8767cf5f7a43d7544d301332bb35b6b719b4f163da5b9c6157687867e51922de0bfb658","SHA256":"b43830e15d63d101f192b5ed1ee5c341b703580c3427a1484da80b21e75440a1"},"package-locations":["https://hackage.haskell.org/package/enummaps-0.6.2.1.4/enummaps-0.6.2.1.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/enummaps-0.6.2.1.4.tar.gz"],"package-size":5810}

0 comments on commit db7bf3b

Please sign in to comment.