aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/windows-env.cabal
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-01-25 05:58:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-01-25 05:58:46 +0300
commitd3e2eeb7892e132120174de5567d932d83c97218 (patch)
treede2fa96af0f64764e7abf7b9482078e19502bae9 /windows-env.cabal
parentadd Portability to module descriptions (diff)
downloadwindows-env-d3e2eeb7892e132120174de5567d932d83c97218.tar.gz
windows-env-d3e2eeb7892e132120174de5567d932d83c97218.zip
rename namespace 'Windows' to 'WindowsEnv'
Diffstat (limited to '')
-rw-r--r--windows-env.cabal4
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