* Move files in daml-foundations/daml-ghc to compiler/damlc
There is also a bit of refactoring going on to actually split things
apart into sensible targets. What is still missing is a cleanup of the
module hierarchy and a cleanup of the test targets but I’ll leave
those for separate PRs.
As a nice bonus, this also reduces dependencies between targets so it
will speed up compiles.
* Update .hie-bios
* Split //daml-foundations/daml-ghc:daml-ghc-lib
Split into multiple separate targets to improve incremental compilation
speeds.
* daml-ghc-damldoc: Remove unnecessary dependency
The target only depended on a re-export, but did also depend on the
original source of that re-export. Skipping the re-export simplifies the
dependency graph.
* Separate source dirs for daml-ghc targets
* Fix daml-ghc README