summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/ghc_8.0.1_build_fixes.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/ghc_8.0.1_build_fixes.mdwn b/doc/bugs/ghc_8.0.1_build_fixes.mdwn
index daa924318..877010478 100644
--- a/doc/bugs/ghc_8.0.1_build_fixes.mdwn
+++ b/doc/bugs/ghc_8.0.1_build_fixes.mdwn
@@ -32,8 +32,10 @@ We run "cabal configure --flags=…" to verify the build will successfully enabl
In order to run configure, I make the following change:
+[[!format text """
inreplace "git-annex.cabal",
"Setup-Depends: base (>= 4.5), hslogger, MissingH",
"Setup-Depends: base (>= 4.5), hslogger, MissingH, unix-compat, process, unix, filepath, exceptions, bytestring, directory, IfElse, data-default, Cabal"
end
+"""]]