aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/windows-env.cabal
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-12-13 01:47:35 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-12-13 01:47:35 +0300
commitd7d33810d562a80e0954bafe045ae2275109999a (patch)
treeb07e041a8d6c840df460b5a6dd3e4fa1d56b29a8 /windows-env.cabal
parentuse monad transformers (diff)
downloadwindows-env-d7d33810d562a80e0954bafe045ae2275109999a.tar.gz
windows-env-d7d33810d562a80e0954bafe045ae2275109999a.zip
bugfix (withPrompt no longer swallows IOError)
Diffstat (limited to 'windows-env.cabal')
-rw-r--r--windows-env.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/windows-env.cabal b/windows-env.cabal
index 98f4e3d..6209a1d 100644
--- a/windows-env.cabal
+++ b/windows-env.cabal
@@ -18,7 +18,12 @@ library
exposed-modules: Windows.Environment
other-modules: Windows.Registry, Windows.Utils
ghc-options: -Wall -Werror
- build-depends: base, bytestring, split, text, transformers, Win32
+ build-depends: base
+ , bytestring
+ , split
+ , text
+ , transformers
+ , Win32
default-language: Haskell2010
executable addpath