diff --git a/CHANGES b/CHANGES index 10fe39b3edaa9ce2a240b4d7b988eb24346a0d57..37eb92f509001a14df5db663234050284ea481c7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +3.1.11 + +- Include `README.md` in package. + 3.1.10 - Most types now have a `Typeable` instance. Some instances are dropped from diff --git a/parsec.cabal b/parsec.cabal index 3c7ad4b0a741c83116a695add68f4cd139591051..621d857367efd131dad8e213a2d5cdb6583ae3f4 100644 --- a/parsec.cabal +++ b/parsec.cabal @@ -1,5 +1,5 @@ name: parsec -version: 3.1.10 +version: 3.1.11 cabal-version: >= 1.8 license: BSD3 license-file: LICENSE @@ -17,7 +17,8 @@ description: and is fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type. -extra-source-files: CHANGES +extra-source-files: CHANGES, README.md +tested-with: GHC==7.10.*, GHC==7.8.*, GHC==7.6.* source-repository head type: git