diff options
Diffstat (limited to '')
-rw-r--r-- | src/WindowsEnv.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WindowsEnv.hs b/src/WindowsEnv.hs index e306507..88d3e2a 100644 --- a/src/WindowsEnv.hs +++ b/src/WindowsEnv.hs @@ -9,8 +9,8 @@ -- An empty module to re-export everything required by the packaged -- applications. -module WindowsEnv ( - module WindowsEnv.Environment +module WindowsEnv + ( module WindowsEnv.Environment ) where import WindowsEnv.Environment |