summaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend.hs b/Backend.hs
index 01a7298b4..d5d8efa03 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -30,7 +30,7 @@ module Backend (
) where
import Control.Monad.State
-import IO (try)
+import System.IO.Error (try)
import System.FilePath
import System.Posix.Files