This website requires JavaScript.
Explore
Help
Sign In
mrkkrp
/
megaparsec
Watch
1
Star
1
Fork
0
You've already forked megaparsec
mirror of
https://github.com/mrkkrp/megaparsec.git
synced
2024-12-02 07:50:22 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
7162603e18
megaparsec
/
cabal.project
3 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Put tests in a separatate package 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.
2019-05-01 14:52:17 +03:00
packages: megaparsec.cabal
Re-enable the tests on CI
2020-09-04 14:06:32 +03:00
, megaparsec-tests/megaparsec-tests.cabal
Reference in New Issue
Copy Permalink