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
Started working on this, am puzzled by some of the code structure.
For example, judging by its imports, the module Language.Haskell.HLint seems to mainly serve to reexport HLint.hlint, as well as serving as a kitchensink export for interactive use?
hseg
linked a pull request
Sep 4, 2024
that will
close
this issue
We probably want to be more clever and replace the `--test` invocation
with a `detailed-0.9` testsuite. We probably also should integrate the
QuickCheck tests into the testsuite.
That would take a deeper reorganization than I'm willing to commit to
now, though, so I'll leave it for another day.
Closes: ndmitchell#396
As noted by @contivero, stack test should do a test. Probably just add an extra Test.hs which calls the existing test suite.
The text was updated successfully, but these errors were encountered: