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