srid / haskell-template

Haskell project template using Nix + Flakes + VSCode (HLS)
https://srid.ca/haskell-template
MIT License
227 stars 32 forks source link

Test Suite and Library #30

Closed EvanPiro closed 2 years ago

EvanPiro commented 2 years ago

The template now provides a library and a test-suite with Hspec that can test the library.

The test suite can be invoked by running cabal test within the nix develop shell.