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 a2f26e8 commit cbeb702Copy full SHA for cbeb702
plugins/hls-eval-plugin/hls-eval-plugin.cabal
@@ -61,7 +61,6 @@ library
61
, extra
62
, filepath
63
, ghc
64
- , ghc-api-compat
65
, ghc-boot-th
66
, ghc-paths
67
, ghcide >=1.2 && <1.5
@@ -82,6 +81,16 @@ library
82
81
, transformers
83
, unliftio
84
, unordered-containers
+
85
+ if impl(ghc < 8.10.5)
86
+ build-depends:
87
+ ghc-api-compat ==8.6
88
+ elif impl(ghc == 8.10.5)
89
90
+ ghc-api-compat ==8.10.5
91
+ elif impl(ghc > 8.10.5) && impl(ghc < 9)
92
93
+ ghc-api-compat ==8.10.6
94
95
ghc-options:
96
-Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
0 commit comments