From 70abadf906ca76382821afc9daa098d06c386f5c Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~felixonmars" Date: Mon, 19 Jun 2017 19:15:44 +0000 Subject: [PATCH] --- .../git-repair_doesn__39__t_build_with_GHC_8.0.2.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/git-repair_doesn__39__t_build_with_GHC_8.0.2.mdwn diff --git a/doc/forum/git-repair_doesn__39__t_build_with_GHC_8.0.2.mdwn b/doc/forum/git-repair_doesn__39__t_build_with_GHC_8.0.2.mdwn new file mode 100644 index 0000000000..bd6ae58fd7 --- /dev/null +++ b/doc/forum/git-repair_doesn__39__t_build_with_GHC_8.0.2.mdwn @@ -0,0 +1,10 @@ +This should be related to directory 1.3. + + Common.hs:3:16: error: + Conflicting exports for ‘getFileSize’: + ‘module X’ exports ‘X.getFileSize’ + imported from ‘Utility.FileSize’ at Common.hs:32:1-28 + (and originally defined at Utility/FileSize.hs:26:1-11) + ‘module X’ exports ‘X.getFileSize’ + imported from ‘Utility.Directory’ at Common.hs:33:1-29 + (and originally defined in ‘System.Directory’)