This project is built using The Haskell Tool Stack.
stack test
stack test --test-arguments "-m "Day01""
If you can't build PCRE (Regex package) due to a missing header file:
brew install pcre
C_INCLUDE_PATH=/usr/local/Cellar/pcre/8.39/include stack build
(Change 8.39
to appropriate version)