diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0ddd7d2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +# TODO - build against multiple versions. +# I don't think we need complex platform-style builds, though. +language: haskell + +sudo: false diff --git a/Text/Parsec.hs b/Text/Parsec.hs index 941ced7..18684d6 100644 --- a/Text/Parsec.hs +++ b/Text/Parsec.hs @@ -96,6 +96,7 @@ module Text.Parsec , Stream (..) , runParsecT , mkPT + , runP , Consumed (..) , Reply (..) , State (..)