Skip to content

Commit 649a70f

Browse files
committed
Add flag for test ghc 9.0.1
1 parent 68bc9e9 commit 649a70f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

haskell-language-server.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@ test-suite func-test
437437
if flag(pedantic)
438438
ghc-options: -Werror -Wredundant-constraints
439439

440+
if flag(callHierarchy) || flag(all-plugins)
441+
cpp-options: -DcallHierarchy
440442
if flag(class) || flag(all-plugins)
441443
cpp-options: -Dclass
442444
if flag(haddockComments) || flag(all-plugins)

0 commit comments

Comments
 (0)