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
In #107, we got rid of our custom setup, and tests are now run via cabal doctest. We would prefer something that worked with cabal test, as well as Stack, Nixpkgs and Haskell.Nix's native testing approaches.
It's likely that the solution will involve the new "setup hooks" (haskell/cabal#9551).
In #107, we got rid of our custom setup, and tests are now run via
cabal doctest
. We would prefer something that worked withcabal test
, as well as Stack, Nixpkgs and Haskell.Nix's native testing approaches.It's likely that the solution will involve the new "setup hooks" (haskell/cabal#9551).
See #82 and #129 for more context.
The text was updated successfully, but these errors were encountered: