mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-28 03:52:08 +03:00
Merge pull request #28 from aslatter/aslatter-fix-27
Merge fix for #27 and add basic Travis-CI support
This commit is contained in:
commit
70eaf309ce
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
||||
# TODO - build against multiple versions.
|
||||
# I don't think we need complex platform-style builds, though.
|
||||
language: haskell
|
||||
|
||||
sudo: false
|
@ -96,6 +96,7 @@ module Text.Parsec
|
||||
, Stream (..)
|
||||
, runParsecT
|
||||
, mkPT
|
||||
, runP
|
||||
, Consumed (..)
|
||||
, Reply (..)
|
||||
, State (..)
|
||||
|
Loading…
Reference in New Issue
Block a user