Fix build with older GHCs

このコミットが含まれているのは:
Julian Ospald 2020-01-04 18:14:52 +01:00
コミット d0c3a2c9a7
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 511B62C09D50CD28
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -17,7 +17,7 @@ main :: IO ()
main = do
tmpBase <- mkdtemp "/tmp/"
writeIORef baseTmpDir (Just (tmpBase `BS.append` "/"))
putStrLn $ ("Temporary test directory at: " <> show tmpBase)
putStrLn $ ("Temporary test directory at: " ++ show tmpBase)
hspecWith
defaultConfig { configFormatter = Just progress }
$ afterAll_ deleteBaseTmpDir