Fix build with older GHCs

Este commit está contenido en:
Julian Ospald 2020-01-04 18:14:52 +01:00
padre c3d2c0433e
commit d0c3a2c9a7
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 511B62C09D50CD28
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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