Fix line endings in logging output

This commit is contained in:
Daniel Gröber
2015-03-06 14:04:49 +01:00
parent b3b4b91ff8
commit c8da5b8085
2 changed files with 5 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ import Test.Hspec
import Exception
testLogLevel :: GmLogLevel
testLogLevel = GmException
testLogLevel = GmDebug
extract :: Show e => IO (Either e a, w) -> IO a
extract action = do