mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
Do setLocaleEncoding utf8 in Hspec.hs
This commit is contained in:
parent
c5ba628dc0
commit
432a301f64
@ -1,5 +1,6 @@
|
||||
module Main where
|
||||
|
||||
import GHC.IO.Encoding
|
||||
import Prelude
|
||||
|
||||
import Test.Hspec
|
||||
@ -10,7 +11,9 @@ import IHaskell.Test.Eval (testEval)
|
||||
import IHaskell.Test.Hoogle (testHoogle)
|
||||
|
||||
main :: IO ()
|
||||
main =
|
||||
main = do
|
||||
setLocaleEncoding utf8
|
||||
|
||||
hspec $ do
|
||||
testParser
|
||||
testEval
|
||||
|
Loading…
x
Reference in New Issue
Block a user