Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,069 contributions in the last year
Contribution activity
November 2020
Created 16 commits in 2 repositories
Created a pull request in haskell/ghcide that received 5 comments
Expose Development.IDE.GHC.Orphans
To make available instances downstream Needed to use ghcide master in hls: haskell/haskell-language-server#568
Opened 3 other pull requests in 1 repository
haskell/haskell-language-server
3
merged
Reviewed 3 pull requests in 2 repositories
haskell/ghcide 2 pull requests
haskell/haskell-language-server 1 pull request
Created an issue in mpickering/hie-bios that received 1 comment
Add `project-file` config option to cabal cradle
Like we added stack-yaml for the stack cradle
It could be used to workaround for #195 (and other issues?)
And the api would be symmetric betwen bo…