This repository was archived by the owner on Apr 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 457
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
robrix
commented
Oct 3, 2019
tested-with: | ||
GHC == 8.6.5 | ||
GHC == 8.8.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m testing this locally until such time as the rest of the project can use 8.8.1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build-depends: | ||
aeson ^>= 1.4.2.0 | ||
, base >= 4.12 && < 5 | ||
, bytestring ^>= 0.10.8.2 | ||
, deepseq ^>= 1.4.4.0 | ||
, generic-monoid ^>= 0.1.0.0 | ||
, hashable ^>= 1.2.7.0 | ||
, hashable >= 1.2.7 && < 1.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hashable
1.3 supports ghc
8.8.1, 1.2.x does not. The breaking changes in 1.3 don’t impact us.
<
8000
!-- -->
aymannadeem
approved these changes
Oct 3, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This PR adds support for
ghc
8.8.1 tosemantic-source
.