-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Profiling build of
inferno
binary (#20)
This adds a profiling build of the inferno binary, which can be used via ``` nix shell .#inferno-core:exe:inferno-ghc924-prof ``` However, I've had to update `haskell.nix`, as the profiling build needs `recursion-schemes` >=5.2.2.3, due to: > Workaround for https://gitlab.haskell.org/ghc/ghc/-/issues/18320, which was preventing code calling makeBaseFunctor from being profiled. The update to `haskell.nix` seems to have broken the dev shell?? Co-authored-by: Rory Tyler Hayford <[email protected]>
- Loading branch information
1 parent
21c19e2
commit 552fd3f
Showing
3 changed files
with
91 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters