diff options
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 |