Switch to safe-exceptions

This commit is contained in:
2020-01-13 23:34:15 +01:00
parent 9b20ce2e72
commit 5b9958ba23
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ import Control.Applicative
(
(<$>)
)
import Control.Exception
import Control.Exception.Safe
(
IOException
, bracket