aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/windows-env.cabal
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-11-10 15:18:30 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-11-10 15:18:30 +0300
commit0d8b7efe4d74aa59513790da795ac4fde21be79b (patch)
tree8a60217b6b8ac2c23e90dcb71df457c03d3c5acd /windows-env.cabal
parentREADME update (diff)
downloadwindows-env-0d8b7efe4d74aa59513790da795ac4fde21be79b.tar.gz
windows-env-0d8b7efe4d74aa59513790da795ac4fde21be79b.zip
safer registry access routines
+ use patched Win32.
Diffstat (limited to 'windows-env.cabal')
-rw-r--r--windows-env.cabal2
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