From d7d33810d562a80e0954bafe045ae2275109999a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 13 Dec 2016 01:47:35 +0300 Subject: bugfix (withPrompt no longer swallows IOError) --- windows-env.cabal | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'windows-env.cabal') 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 -- cgit v1.2.3