You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building on MacOS (using the Homebrew instructions), the dependency package pcre-light fails to build with an error:
error: Base.hsc:105:10: fatal error: 'pcre.h' file not found
#include <pcre.h>
^~~~~~~~
1 error generated.
Error: cabal: Failed to build pcre-light-0.4.1.2 (which is required by
exe:arbtt-stats from arbtt-0.12.0.3). See the build log above for details.
I solved this by manually telling Cabal where to find pcre.h using a "cabal.project.local" file with these contents:
When building on MacOS (using the Homebrew instructions), the dependency package pcre-light fails to build with an error:
I solved this by manually telling Cabal where to find pcre.h using a "
cabal.project.local
" file with these contents:The text was updated successfully, but these errors were encountered: