Skip to content

Commit

Permalink
Remove fixed UTF-8 encoding, for windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
gibranrosa committed Feb 21, 2020
1 parent 78ce1b8 commit d3a1649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Spago.hs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ runWithEnv GlobalOptions{..} app = do
main :: IO ()
main = do
-- We always want to run in UTF8 anyways
GHC.IO.Encoding.setLocaleEncoding GHC.IO.Encoding.utf8
-- GHC.IO.Encoding.setLocaleEncoding GHC.IO.Encoding.utf8
-- Stop `git` from asking for input, not gonna happen
-- We just fail instead. Source:
-- https://serverfault.com/questions/544156
Expand Down

0 comments on commit d3a1649

Please sign in to comment.