We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d8639 commit 315539aCopy full SHA for 315539a
CHANGES
@@ -1,3 +1,7 @@
1
+3.1.11
2
+
3
+- Include `README.md` in package.
4
5
3.1.10
6
7
- Most types now have a `Typeable` instance. Some instances are dropped from
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:
17
and is fast. It is defined as a monad transformer that can be
18
stacked on arbitrary monads, and it is also parametric in the
19
input stream type.
20
-extra-source-files: CHANGES
+extra-source-files: CHANGES, README.md
21
+tested-with: GHC==7.10.*, GHC==7.8.*, GHC==7.6.*
22
23
source-repository head
24
type: git
0 commit comments