diff options
Diffstat (limited to 'lib/WindowsEnv.hs')
-rw-r--r-- | lib/WindowsEnv.hs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/WindowsEnv.hs b/lib/WindowsEnv.hs new file mode 100644 index 0000000..e306507 --- /dev/null +++ b/lib/WindowsEnv.hs @@ -0,0 +1,16 @@ +-- | +-- 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 |