summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:31:50 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:31:50 -0400
commit8e8679f671d7896a306bea06b2e9e62b967103c8 (patch)
tree930ed049f0b829954831100a3a541a63a6b2587a /doc
parent7e1dbf002052dea5ddb4374c5897d1addfd1c85b (diff)
disable horrible tab warning, needed in every file that Setup.hs pulls in
This is certianly a cabal bug for not passing the build options in the cabal file when building Setup.hs. And, why oh why did ghc enable this warning by default? So unhappy with this choice.
Diffstat (limited to 'doc')
-rw-r--r--doc/devblog/day_283__lazy_sunday.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/devblog/day_283__lazy_sunday.mdwn b/doc/devblog/day_283__lazy_sunday.mdwn
index 502e63bf5..2850e2cbb 100644
--- a/doc/devblog/day_283__lazy_sunday.mdwn
+++ b/doc/devblog/day_283__lazy_sunday.mdwn
@@ -1,3 +1,7 @@
Lazy afternoon spent porting git-anenx to build under ghc 7.10. Required
rather a lot of changes to build, and even more to build cleanly after the
AMP transition.
+
+Unfortunately, ghc 7.10 has started warning about every line that uses tab
+for indentation. I had to add additional cruft to turn those warnings off
+everywhere, and cannot say I'm happy about this at all.