aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/WindowsEnv.hs
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-03-26 19:03:03 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-03-26 19:03:03 +0300
commitb20d44c618f370a1998c70dd5708d9bbe4ed1c80 (patch)
tree0ec7e019648955a77e70163e6becdb06e78ca823 /lib/WindowsEnv.hs
parentput utility modules to bin/Utils/ (diff)
downloadwindows-env-b20d44c618f370a1998c70dd5708d9bbe4ed1c80.tar.gz
windows-env-b20d44c618f370a1998c70dd5708d9bbe4ed1c80.zip
rename directories
Diffstat (limited to 'lib/WindowsEnv.hs')
-rw-r--r--lib/WindowsEnv.hs16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/WindowsEnv.hs b/lib/WindowsEnv.hs
deleted file mode 100644
index e306507..0000000
--- a/lib/WindowsEnv.hs
+++ /dev/null
@@ -1,16 +0,0 @@
--- |
--- Description : The convinience module to re-export public definitions
--- Copyright : (c) 2015 Egor Tensin <Egor.Tensin@gmail.com>
--- License : MIT
--- Maintainer : Egor.Tensin@gmail.com
--- Stability : experimental
--- Portability : Windows-only
---
--- An empty module to re-export everything required by the packaged
--- applications.
-
-module WindowsEnv (
- module WindowsEnv.Environment
- ) where
-
-import WindowsEnv.Environment