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 c5c3ca4 commit 9127381Copy full SHA for 9127381
haskell-language-server.cabal
@@ -2172,9 +2172,14 @@ test-suite ghcide-tests
2172
RecordWildCards
2173
ViewPatterns
2174
2175
+flag ghcide-bench
2176
+ description: Build the ghcide-bench executable
2177
+ default: True
2178
2179
executable ghcide-bench
2180
import: defaults
2181
+ if !flag(ghcide-bench)
2182
+ buildable: False
2183
build-depends:
2184
aeson,
2185
bytestring,
0 commit comments