aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/UnsetEnv.hs
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-06-17 05:08:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-06-17 05:08:59 +0300
commit05c60c88dcb0755a4daf3f7bd3f1004219400fd3 (patch)
tree8d85deb3f3684534f00545482f8d2a455677618b /app/UnsetEnv.hs
parentrefactoring (diff)
downloadwindows-env-05c60c88dcb0755a4daf3f7bd3f1004219400fd3.tar.gz
windows-env-05c60c88dcb0755a4daf3f7bd3f1004219400fd3.zip
bump resolver
Also, put Win32 to extra-deps (the then-unreleased version was previously fetched in a .zip tarball from GitHub directly).
Diffstat (limited to 'app/UnsetEnv.hs')
-rw-r--r--app/UnsetEnv.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/UnsetEnv.hs b/app/UnsetEnv.hs
index b841f86..5ab28d5 100644
--- a/app/UnsetEnv.hs
+++ b/app/UnsetEnv.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