We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2239f commit 14e95baCopy full SHA for 14e95ba
hie-compat/hie-compat.cabal
@@ -47,6 +47,6 @@ library
47
if (impl(ghc > 8.9) && impl(ghc < 8.11))
48
hs-source-dirs: src-ghc810 src-reexport
49
if (impl(ghc >= 9.0) && impl(ghc < 9.1) || flag(ghc-lib))
50
- hs-source-dirs: src-reexport-ghc9
+ hs-source-dirs: src-ghc90 src-reexport-ghc9
51
if (impl(ghc >= 9.2) && impl(ghc < 9.3))
52
+ hs-source-dirs: src-ghc92 src-reexport-ghc9
hie-compat/src-reexport-ghc9/Compat/HieAst.hs renamed to hie-compat/src-ghc90/Compat/HieAst.hs
0 commit comments