Skip to content

Commit cfbdf7b

Browse files
committed
with-utf8
1 parent eb95edf commit cfbdf7b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

exe/Main.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import Ide.Plugin.Brittany as Brittany
3030
import Ide.Plugin (pluginDescToIdePlugins)
3131
import Ide.Plugin.ModuleName as ModuleName
3232
import Ide.Plugin.Pragmas as Pragmas
33+
import Main.Utf8 (withUtf8)
3334

3435

3536
-- ---------------------------------------------------------------------
@@ -72,7 +73,7 @@ idePlugins includeExamples = pluginDescToIdePlugins allPlugins
7273
-- ---------------------------------------------------------------------
7374

7475
main :: IO ()
75-
main = do
76+
main = withUtf8 $ do
7677
args <- getArguments "haskell-language-server"
7778

7879
let withExamples =

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ executable haskell-language-server
156156
, Diff
157157
, QuickCheck
158158
, ghc-paths
159-
159+
, with-utf8
160160

161161
if flag(agpl)
162162
build-depends: brittany >= 0.13.1.0

0 commit comments

Comments
 (0)