Skip to content

Commit

Permalink
Support ghc-9.10 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeofilC authored Aug 23, 2024
1 parent 9580b6f commit b86e397
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.d/20240822_184927_teofilcamarasu_ghc_9_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Added

- Support GHC 9.10
6 changes: 3 additions & 3 deletions rel8.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ library
aeson
, attoparsec
, attoparsec-aeson
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20
, base16 >= 1.0
, base-compat ^>= 0.11 || ^>= 0.12 || ^>= 0.13
, base-compat ^>= 0.11 || ^>= 0.12 || ^>= 0.13 || ^>= 0.14
, bifunctors
, bytestring
, case-insensitive
, comonad
, contravariant
, data-textual
, hasql ^>= 1.6.1.2
, hasql >= 1.6.1.2 && < 1.8
, network-ip
, opaleye ^>= 0.10.2.1
, pretty
Expand Down

0 comments on commit b86e397

Please sign in to comment.