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 4cdafec commit 531e88fCopy full SHA for 531e88f
exe/Main.hs
@@ -70,7 +70,7 @@ import Ide.Plugin.Floskell as Floskell
70
import Ide.Plugin.Ormolu as Ormolu
71
import Ide.Plugin.StylishHaskell as StylishHaskell
72
import Ide.Plugin.Retrie as Retrie
73
-#if AGPL
+#if AGPL && !MIN_VERSION_ghc(8,10,1)
74
import Ide.Plugin.Brittany as Brittany
75
#endif
76
import Ide.Plugin.Pragmas as Pragmas
0 commit comments