Skip to content

Commit 14e95ba

Browse files
committed
patch hieast
1 parent 6b2239f commit 14e95ba

File tree

3 files changed

+2134
-2
lines changed

3 files changed

+2134
-2
lines changed

hie-compat/hie-compat.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ library
4747
if (impl(ghc > 8.9) && impl(ghc < 8.11))
4848
hs-source-dirs: src-ghc810 src-reexport
4949
if (impl(ghc >= 9.0) && impl(ghc < 9.1) || flag(ghc-lib))
50-
hs-source-dirs: src-reexport-ghc9
50+
hs-source-dirs: src-ghc90 src-reexport-ghc9
5151
if (impl(ghc >= 9.2) && impl(ghc < 9.3))
52-
hs-source-dirs: src-reexport-ghc9
52+
hs-source-dirs: src-ghc92 src-reexport-ghc9

0 commit comments

Comments
 (0)