Skip to content

Commit 422a5f7

Browse files
committed
Drop hie-compat 8.6 (review-feedback)
1 parent f8d2dc6 commit 422a5f7

File tree

6 files changed

+2
-3275
lines changed

6 files changed

+2
-3275
lines changed

Diff for: hie-compat/hie-compat.cabal

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cabal-version: 1.22
22
name: hie-compat
33
version: 0.3.0.0
4-
synopsis: HIE files for GHC 8.6 and other HIE file backports
4+
synopsis: HIE files for GHC 8.8 and other HIE file backports
55
license: Apache-2.0
66
description:
7-
Backports for HIE files to GHC 8.6, along with a few other backports
7+
Backports for HIE files to GHC 8.8, along with a few other backports
88
of HIE file related fixes for ghcide.
99

1010
THIS DOES NOT LET YOU READ HIE FILES WITH MISMATCHED VERSIONS OF GHC
@@ -46,8 +46,6 @@ library
4646
Compat.HieDebug
4747
Compat.HieUtils
4848

49-
if (impl(ghc > 8.5) && impl(ghc < 8.7) && !flag(ghc-lib))
50-
hs-source-dirs: src-ghc86
5149
if (impl(ghc > 8.7) && impl(ghc < 8.10))
5250
hs-source-dirs: src-ghc88 src-reexport
5351
if (impl(ghc > 8.9) && impl(ghc < 8.11))

0 commit comments

Comments
 (0)