diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-13 01:47:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-13 01:47:35 +0300 |
commit | d7d33810d562a80e0954bafe045ae2275109999a (patch) | |
tree | b07e041a8d6c840df460b5a6dd3e4fa1d56b29a8 /windows-env.cabal | |
parent | use monad transformers (diff) | |
download | windows-env-d7d33810d562a80e0954bafe045ae2275109999a.tar.gz windows-env-d7d33810d562a80e0954bafe045ae2275109999a.zip |
bugfix (withPrompt no longer swallows IOError)
Diffstat (limited to '')
-rw-r--r-- | windows-env.cabal | 7 |
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 |