summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar ilovezfs <ilovezfs@web>2016-05-23 06:31:12 +0000
committerGravatar admin <admin@branchable.com>2016-05-23 06:31:12 +0000
commit308976a38babc27d3db062b2b77087d3fe1c84d0 (patch)
tree5107e49b82ff76d8d87008a0147cff279ade7dd7
parent03e0805bf8b9c1f1420f886fd367336eafefdf84 (diff)
-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
+"""]]