aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-06-10 20:58:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-06-10 20:58:46 +0300
commitd9978602150fe4ecb3c29e343ae22f01a45edc00 (patch)
treea4629fdfd3a4fb3f937832db41b82040ea307df2 /src
parentrefactoring (diff)
downloadwindows-env-d9978602150fe4ecb3c29e343ae22f01a45edc00.tar.gz
windows-env-d9978602150fe4ecb3c29e343ae22f01a45edc00.zip
code style
Diffstat (limited to 'src')
-rw-r--r--src/WindowsEnv.hs4
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