Fix build with older GHCs

This commit is contained in:
Julian Ospald 2020-01-04 18:14:52 +01:00
父節點 c3d2c0433e
當前提交 d0c3a2c9a7
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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