diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-03-25 05:56:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-03-25 05:56:02 +0300 |
commit | 80f6847645459dfd21e531946e1eeaf2384a2dff (patch) | |
tree | 8a93e818fe647974bd724be08092e9475d03425f /src/WindowsEnv.hs | |
parent | add README to the package (diff) | |
download | windows-env-80f6847645459dfd21e531946e1eeaf2384a2dff.tar.gz windows-env-80f6847645459dfd21e531946e1eeaf2384a2dff.zip |
rename directories
Diffstat (limited to 'src/WindowsEnv.hs')
-rw-r--r-- | src/WindowsEnv.hs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/WindowsEnv.hs b/src/WindowsEnv.hs deleted file mode 100644 index e306507..0000000 --- a/src/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 |