fjvallarino/monomer

[Build] When building monomer library, don't build executables by default

Closed this issue · 1 comments

IMHO, this feels unnecessary especially when building it as a dependency.

Added an examples flag to only build examples and tutorial when requested:

stack build --flag monomer:examples

A small application (dev-test-app) is still built with the library, since it simplifies the testing process. This is explained in the associated PR: #218.

I'll close the issue for the time being. Please re-open or create a new one if needed. Thanks!