summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://launchpad.net/~felixonmars <felixonmars@web>2017-06-19 19:15:44 +0000
committerGravatar admin <admin@branchable.com>2017-06-19 19:15:44 +0000
commit35afa8203d743223ef7c9b672e2269b8729018a3 (patch)
tree699b865bad04faf62f00082c10cc5c1bf93b918a /doc
parent301267c24cad298ec3b6ba2891f46d0e2e565baf (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/git-repair_doesn__39__t_build_with_GHC_8.0.2.mdwn10
1 files changed, 10 insertions, 0 deletions
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 000000000..bd6ae58fd
--- /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’)