-
Notifications
You must be signed in to change notification settings - Fork 1
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
Does not build with GHC 9.2 or 9.4 #2
Comments
Perhaps there is some tool that provides something that is better (like Agda's jump-to-definition feature). |
We dropped out of stackage nightly after 2022-03-17 and are in LTS 19.29 frozen to version 0.1.5.3. An alternative is https://github.com/arybczak/ghc-tags (currently not in stackage). It aims to the same thing as Maybe we could use the
It is licensed under MPL2.0 (Mozilla Public License 2.0) and looks well-maintained (supports GHC 9.4). |
|
Unfortunately, this dependency does not have a public bug tracker, it's home seems to be a private wiki: https://joeyh.name/code/haskell-filepath-bytestring/ P.S.: Seems I was in this place already one and a half years ago: |
Testing that |
The Hackage page for filepath-bytestring states that this package is deprecated. This, along with the fact that ghc-tags-core did not build under GHC 9.4.2, suggests to me that ghc-tags-core is not maintained very actively. |
I'd guess that @coot might have a different opinion on this. |
It is actively maintained, I haven't yet removed |
There's a PR which introduces it to arybczak/ghc-tags#8. |
That's good to know. Thanks! |
A newer version of filepath-bytestring was published, which compiles with |
GHC 9.2 saw a refactoring of GHC's syntax trees (
XRec
,GenLocated
), soTags.hs
needs to be updated.Needed if we want to stay on stackage nightly:
The text was updated successfully, but these errors were encountered: