Skip to content

Commit 0e83bc1

Browse files
authored
Merge pull request #18 from haskellari/ghc-9.2
Allow base-4.16, binary-0.8.9.0 and hashable-1.4
2 parents 3518d29 + a6f03a5 commit 0e83bc1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

binary-instances.cabal

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ tested-with:
2222
|| ==8.4.4
2323
|| ==8.6.5
2424
|| ==8.8.4
25-
|| ==8.10.4
25+
|| ==8.10.7
2626
|| ==9.0.1
27+
|| ==9.2.1
2728

2829
extra-source-files: CHANGELOG.md
2930

@@ -36,11 +37,11 @@ library
3637
hs-source-dirs: src
3738
build-depends:
3839
aeson >=0.7.0.6 && <1.6 || >=2.0.0.0 && <2.1
39-
, base >=4.6.0.1 && <4.16
40-
, binary >=0.5.1.1 && <0.8.9
40+
, base >=4.6.0.1 && <4.17
41+
, binary >=0.5.1.1 && <0.8.10
4142
, binary-orphans >=1.0.1 && <1.1
4243
, case-insensitive >=1.2.0.4 && <1.2.2
43-
, hashable >=1.2.3.3 && <1.4
44+
, hashable >=1.2.3.3 && <1.5
4445
, scientific >=0.3.3.8 && <0.4
4546
, tagged >=0.7.3 && <0.8.7
4647
, text >=1.2.0.6 && <1.3

0 commit comments

Comments
 (0)