This commit is contained in:
parent
6e43e10d1f
commit
eedc21fb8e
6 changed files with 233 additions and 10 deletions
|
@ -1,7 +1,11 @@
|
|||
module Main (main) where
|
||||
|
||||
import ClassyPrelude
|
||||
import GHC.IO.Encoding (setLocaleEncoding)
|
||||
import GHC.IO.Encoding.UTF8 (utf8)
|
||||
import Lib (runBothServers)
|
||||
|
||||
main :: IO ()
|
||||
main = runBothServers
|
||||
main = do
|
||||
setLocaleEncoding utf8
|
||||
runBothServers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue