diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-17 05:08:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-17 05:08:59 +0300 |
commit | 05c60c88dcb0755a4daf3f7bd3f1004219400fd3 (patch) | |
tree | 8d85deb3f3684534f00545482f8d2a455677618b /app/ListPaths.hs | |
parent | refactoring (diff) | |
download | windows-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.hs | 1 |
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) |