diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-28 15:00:44 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-28 15:00:44 -0400 |
commit | c8eca8fc4ba98336d1de494cc03cb228947160e8 (patch) | |
tree | e6870fdf95250ee340e1774cab9861229ad711de /Utility/Shell.hs | |
parent | 2c961e4a386087c662eec3dc389b7a894e13942d (diff) |
fix windows build
Diffstat (limited to 'Utility/Shell.hs')
-rw-r--r-- | Utility/Shell.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/Shell.hs b/Utility/Shell.hs index 7adb65128..43fb8bc49 100644 --- a/Utility/Shell.hs +++ b/Utility/Shell.hs @@ -15,6 +15,7 @@ import Utility.Path import Utility.FileSystemEncoding import Utility.Exception import Utility.PartialPrelude +import Utility.Applicative #endif #ifdef mingw32_HOST_OS |