Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

[WIP] New cabal helper used in hie - #947

Open
alanz wants to merge 53 commits into
DanielG:masterfrom
alanz:new-cabal-helper
Open

[WIP] New cabal helper used in hie#947
alanz wants to merge 53 commits into
DanielG:masterfrom
alanz:new-cabal-helper

Conversation

@alanz

@alanz alanz commented Feb 17, 2019

Copy link
Copy Markdown
Collaborator

This PR exists purely to document that I am working on this, and there is no expectation that it will actually get merged.

cc @DanielG

alanz and others added 30 commits January 6, 2018 18:07
This is because when a component makes use of another internal one, the modules
are added to the options. This then mismatches the cabal file representation,
but is not an error in the cabal file for normal compilation.
- Add ModuleLoader to ghc-mod-core

  This it to enable integration of tooling using ghc-mod-core into
  haskell-ide-engine, making use of a shared session and artifact cache.

- Remove FileUri and replace with FilePath

- Replace useless Monad constraint with MonadIO

- Removed extensible state

- Bump haskell-src-exts upper bound

- Update for current dev cabal-helper

- Moved code from ghc-mod-core ModuleLoader.hs back into hie

- Bump haskell-src-exts upper bound
Needs matching update in cabal-helper
- Add cabal-helper local copy

- Remove redundant packages, bump haskell-src-exts upper bound

- Relax various upper bounds
- As djinn-ghc is not updated.

- Update for hie integration
- Refactor splits and split' to reduce duplicate code

- Make performSplit less partial

- Fix error in determining SplitResult source locations.

- Accommodate AST change in 8.4.1

- Fix typo in GHC version check
- Canonicalize mapped path also

- Fix compilation with GHC 8.4.3
i.e. all GHC stuff is qualified with G.
And cabal-helper-1.0.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants