From e3d036646fbb19a73f46e3c072b7ab48a9bcdf0a Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sat, 29 Oct 2016 20:06:14 +0530 Subject: [PATCH] Add corresponding hs-boot file for mutually recursive modules --- epm/Distribution/Client/Config.hs-boot | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 epm/Distribution/Client/Config.hs-boot diff --git a/epm/Distribution/Client/Config.hs-boot b/epm/Distribution/Client/Config.hs-boot new file mode 100644 index 00000000000..6284b65938a --- /dev/null +++ b/epm/Distribution/Client/Config.hs-boot @@ -0,0 +1,4 @@ +module Distribution.Client.Config where + +defaultCabalDir :: IO FilePath +defaultPatchesDir :: IO FilePath