aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/ListPaths.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/ListPaths.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 '')
-rw-r--r--app/ListPaths.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/ListPaths.hs b/app/ListPaths.hs
index 792c98b..e075f9f 100644
--- a/app/ListPaths.hs
+++ b/app/ListPaths.hs
@@ -11,6 +11,7 @@ import Control.Monad (filterM)
import Control.Monad.Trans.Class (lift)
import Control.Monad.Trans.Except (runExceptT)
import Data.Maybe (fromMaybe)
+import Data.Monoid ((<>))
import System.Directory (doesDirectoryExist)
import System.Environment (lookupEnv)
import System.IO.Error (ioError)