aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/RemovePath.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/RemovePath.hs')
-rw-r--r--app/RemovePath.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/RemovePath.hs b/app/RemovePath.hs
index 779de6f..ed29f3a 100644
--- a/app/RemovePath.hs
+++ b/app/RemovePath.hs
@@ -9,6 +9,7 @@ module Main (main) where
import Control.Monad (void, when)
import Control.Monad.Trans.Except (catchE, runExceptT, throwE)
+import Data.Monoid ((<>))
import System.IO.Error (ioError, isDoesNotExistError)
import Options.Applicative