mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-26 23:02:07 +03:00
570a50e597
Separate the test suite into its own package. The reason is that we can avoid circular dependency on ‘hspec-megaparsec’ and thus avoid keeping copies of its source files in our test suite, as we had to do before. Another benefit is that we can export some auxiliary functions in ‘megaparsec-tests’ which can be used by other test suites, for example in the ‘parser-combinators-tests’ package. Version of ‘megaparsec-tests’ will be kept in sync with versions of ‘megaparsec’ from now on.
7 lines
87 B
Haskell
7 lines
87 B
Haskell
module Main (main) where
|
|
|
|
import Distribution.Simple
|
|
|
|
main :: IO ()
|
|
main = defaultMain
|