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