diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-10 15:18:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-10 15:18:30 +0300 |
commit | 0d8b7efe4d74aa59513790da795ac4fde21be79b (patch) | |
tree | 8a60217b6b8ac2c23e90dcb71df457c03d3c5acd /windows-env.cabal | |
parent | README update (diff) | |
download | windows-env-0d8b7efe4d74aa59513790da795ac4fde21be79b.tar.gz windows-env-0d8b7efe4d74aa59513790da795ac4fde21be79b.zip |
safer registry access routines
+ use patched Win32.
Diffstat (limited to '')
-rw-r--r-- | windows-env.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows-env.cabal b/windows-env.cabal index 31eb75f..aee69dc 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -18,7 +18,7 @@ library exposed-modules: Windows.Environment other-modules: Windows.Registry, Windows.Utils ghc-options: -Wall -Werror - build-depends: base, split, Win32 + build-depends: base, bytestring, split, text, Win32 default-language: Haskell2010 executable addpath |