Skip to content

Add CI, nix, incorporate GHC updates #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 1, 2025
Merged

Conversation

dmjio
Copy link
Collaborator

@dmjio dmjio commented May 1, 2025

In lieu of the dap updates #22 , and ghc-whole-program-compiler project updates (to GHC-9.6.6+), we should now be able to test the haskell-debugger with our new dap changes. This is the second PR in a set to upgrade and abstract some facilities for preparing a dap release.

  • Put project under CI (for both cabal and nix)
  • Introduce a nixpkgs infra w/ pinning
  • Add builds for the souffle static analysis C++ code (will make available during runtime for dap-estgi-server)
  • Use souffle-4.0
  • Github actions CI status badge to README.md

This PR includes the updates seen in grin-compiler/ghc-whole-program-compiler-project#13 to prepare for #22. I have moved my fork of ghc-whole-program-compiler to this github org (@haskell-debugger) and this PR now uses that fork.

We should now be able to build (and soon test) #22 in CI on this repo by altering source.json and cabal.project to point to the fork made by @alt-romes and @mpickering.

cc @csabahruska

dmjio added 11 commits May 1, 2025 12:18
In lieu of the dap updates, and ghc-whole-program-compiler
project updates (to GHC-9.6.6+), we should now be able to test the
haskell-debugger with our new dap changes. This is the second PR in
a set to upgrade and abstract some facilities for preparing a dap release.

- Put project under CI (for both cabal and nix)
- Introduce a nixpkgs infra w/ pinning
- Add builds for the souffle static analysis C++ code (will make avaialble during runtime)
- Also add some additional linking flags
- Remove -D_OPENMP (already done via -fopenmp)
@dmjio dmjio merged commit 604f40e into master May 1, 2025
1 check passed
@dmjio dmjio deleted the haskell-debugger-updates-ci branch May 1, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant