File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,9 @@ idePlugins includeExamples = pluginDescToIdePlugins allPlugins
108108 , StylishHaskell. descriptor " stylish-haskell"
109109 , Retrie. descriptor " retrie"
110110#if AGPL
111+ #if !MIN_VERSION_ghc(8,10,1)
111112 , Brittany. descriptor " brittany"
113+ #endif
112114#endif
113115 , Eval. descriptor " eval"
114116 ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ extra-source-files:
2020flag agpl
2121 Description : Enable AGPL dependencies
2222 Default : True
23- Manual : False
23+ Manual : True
2424
2525flag pedantic
2626 Description : Enable -Werror
@@ -101,10 +101,11 @@ library
101101 else
102102 build-depends : unix
103103 if flag(agpl)
104- build-depends :
105- brittany
106- exposed-modules :
107- Ide.Plugin.Brittany
104+ if impl(ghc < 8.10 )
105+ build-depends :
106+ brittany
107+ exposed-modules :
108+ Ide.Plugin.Brittany
108109
109110 ghc-options :
110111 -Wall
You can’t perform that action at this time.
0 commit comments