summaryrefslogtreecommitdiff
path: root/compiler/GHC/SysTools/Ar.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosEric Lindblad2022-09-141-3/+3
| | | | | | | This fixes various typos and spelling mistakes in the compiler. Fixes #21891
* Drop libtool path from settings fileBen Gamari2022-04-251-5/+6
| | | | | GHC no longers uses libtool for linking and therefore this is no longer necessary.
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+2
|
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-1/+1
| | | | | | | Update Haddock submodule Metric Increase: haddock.compiler
* Modules (#13009)Sylvain Henry2020-04-181-0/+268
* SysTools * Parser * GHC.Builtin * GHC.Iface.Recomp * Settings Update Haddock submodule Metric Decrease: Naperian parsing001