File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import Ide.Plugin.Brittany as Brittany
30
30
import Ide.Plugin (pluginDescToIdePlugins )
31
31
import Ide.Plugin.ModuleName as ModuleName
32
32
import Ide.Plugin.Pragmas as Pragmas
33
+ import Main.Utf8 (withUtf8 )
33
34
34
35
35
36
-- ---------------------------------------------------------------------
@@ -72,7 +73,7 @@ idePlugins includeExamples = pluginDescToIdePlugins allPlugins
72
73
-- ---------------------------------------------------------------------
73
74
74
75
main :: IO ()
75
- main = do
76
+ main = withUtf8 $ do
76
77
args <- getArguments " haskell-language-server"
77
78
78
79
let withExamples =
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ executable haskell-language-server
156
156
, Diff
157
157
, QuickCheck
158
158
, ghc-paths
159
-
159
+ , with-utf8
160
160
161
161
if flag(agpl)
162
162
build-depends : brittany >= 0.13.1.0
You can’t perform that action at this time.
0 commit comments