-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Instead of using the current build process, ie.
- Build the package using stack.
- Retrieve the dynamic flags using cabal-helper.
- Load the modules in GHC API using these flags
Investigate GHC source plugins to see if we could use them to ditch step 2. This would reduce the number of moving parts.
Potential side effect: this would also fix #8 and allow us to run the tests directly from nix-build.