Skip to content

Split executable from library

BinderDavid requested to merge create-library into master

This splits the implementation from the main file. I.e. the hpc executable is now only a small wrapper around the library which has been added in the cabal file.

This refactor is required to implement a testsuite for the implementation which can depend on the library.

Merge request reports