Merge pull request #28 from aslatter/aslatter-fix-27

Merge fix for #27 and add basic Travis-CI support
This commit is contained in:
Antoine Latter 2015-03-19 10:53:24 -04:00
commit 70eaf309ce
2 changed files with 6 additions and 0 deletions

5
.travis.yml Normal file
View 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

View File

@ -96,6 +96,7 @@ module Text.Parsec
, Stream (..)
, runParsecT
, mkPT
, runP
, Consumed (..)
, Reply (..)
, State (..)