Skip to content

Commit

Permalink
Merge pull request #26 from patrickt/require-eq1
Browse files Browse the repository at this point in the history
Require Eq1 for Hashable1 instances.
  • Loading branch information
patrickt authored Feb 8, 2022
2 parents d34bc97 + e4c63a3 commit 6e26c95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# v0.1.1.2
# v0.2.0.0

Enable use of `template-haskell` versions >= 2.19.
Support GHC 9.2 by enabling use of `template-haskell` versions >= 2.19.

Add an `Eq1` constraint to the `Hashable1` constraint to satisfy newer `hashable` versions.

# v0.1.1.1

Expand Down
2 changes: 1 addition & 1 deletion fastsum.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: fastsum
version: 0.1.1.2
version: 0.2.0.0
synopsis: A fast open-union type suitable for 100+ contained alternatives
homepage: https://github.com/patrickt/fastsum#readme
license: BSD-3-Clause
Expand Down

0 comments on commit 6e26c95

Please sign in to comment.