File: day_283__lazy_sunday.mdwn

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (7 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
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.