Skip to content

Commit 531e88f

Browse files
committed
Add missing CPP conditional
Did it get lost in a dodgy merge? No idea how this happened Fixes #291
1 parent 4cdafec commit 531e88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import Ide.Plugin.Floskell as Floskell
7070
import Ide.Plugin.Ormolu as Ormolu
7171
import Ide.Plugin.StylishHaskell as StylishHaskell
7272
import Ide.Plugin.Retrie as Retrie
73-
#if AGPL
73+
#if AGPL && !MIN_VERSION_ghc(8,10,1)
7474
import Ide.Plugin.Brittany as Brittany
7575
#endif
7676
import Ide.Plugin.Pragmas as Pragmas

0 commit comments

Comments
 (0)