Skip to content

Commit

Permalink
Relax upper bound on hashable
Browse files Browse the repository at this point in the history
  • Loading branch information
istathar committed Nov 1, 2021
1 parent d0f8979 commit 5ab32bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core-data/core-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: core-data
version: 0.3.0.1
version: 0.3.0.2
synopsis: Convenience wrappers around common data structures and encodings
description: Wrappers around common data structures and encodings.
.
Expand Down Expand Up @@ -47,7 +47,7 @@ library
, bytestring
, containers
, core-text >=0.3.4
, hashable >=1.2 && <1.4
, hashable >=1.2
, prettyprinter >=1.6.2
, scientific
, text
Expand Down
4 changes: 2 additions & 2 deletions core-data/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: core-data
version: 0.3.0.1
version: 0.3.0.2
synopsis: Convenience wrappers around common data structures and encodings
description: |
Wrappers around common data structures and encodings.
Expand Down Expand Up @@ -27,7 +27,7 @@ dependencies:
- base >= 4.11 && < 5
- bytestring
- containers
- hashable >= 1.2 && < 1.4
- hashable >= 1.2
- prettyprinter >= 1.6.2
- scientific
- text
Expand Down

0 comments on commit 5ab32bd

Please sign in to comment.