haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
223 stars 75 forks source link

Convert the test to a test-suite. #110

Closed judah closed 5 years ago

judah commented 5 years ago

This works with stack and cabal new-test. The latter uses the build-tool-depends field to locate the binary.

Also:

Still TODO: test in CI.


This change is Reviewable