Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GHC 9.6, 9.8, maybe 9.10 #15

Merged
merged 2 commits into from
Sep 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
support GHC 9.6, 9.8; bump all dependencies
raehik committed Sep 9, 2024
commit d3fe77789c0105bfd7eb40d2de7c8c2a2528d8fa
6 changes: 3 additions & 3 deletions union.cabal
Original file line number Diff line number Diff line change
@@ -37,12 +37,12 @@ library
RankNTypes
ScopedTypeVariables
TypeOperators
build-depends: base >=4.9 && <4.18
build-depends: base >=4.9 && <4.21
, vinyl >= 0.14.3 && <0.15
, profunctors >=5.1 && <5.7
, tagged >=0.8 && <0.9
, deepseq >=1.4 && <1.5
, hashable >=1.2 && <1.5
, deepseq >=1.4 && <1.7
, hashable >=1.2 && <1.6
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall