diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-25 05:58:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-25 05:58:46 +0300 |
commit | d3e2eeb7892e132120174de5567d932d83c97218 (patch) | |
tree | de2fa96af0f64764e7abf7b9482078e19502bae9 /windows-env.cabal | |
parent | add Portability to module descriptions (diff) | |
download | windows-env-d3e2eeb7892e132120174de5567d932d83c97218.tar.gz windows-env-d3e2eeb7892e132120174de5567d932d83c97218.zip |
rename namespace 'Windows' to 'WindowsEnv'
Diffstat (limited to 'windows-env.cabal')
-rw-r--r-- | windows-env.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows-env.cabal b/windows-env.cabal index 7654064..d452305 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -15,8 +15,8 @@ cabal-version: >=1.10 library hs-source-dirs: src - exposed-modules: Windows.Environment - other-modules: Windows.Registry, Windows.Utils + exposed-modules: WindowsEnv.Environment + other-modules: WindowsEnv.Registry, WindowsEnv.Utils ghc-options: -Wall -Werror build-depends: base , bytestring |