Skip to content

Commit 315539a

Browse files
committed
Inclide README.md in package (and bump version for re-release).
1 parent 71d8639 commit 315539a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.1.11
2+
3+
- Include `README.md` in package.
4+
15
3.1.10
26

37
- Most types now have a `Typeable` instance. Some instances are dropped from

parsec.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: parsec
2-
version: 3.1.10
2+
version: 3.1.11
33
cabal-version: >= 1.8
44
license: BSD3
55
license-file: LICENSE
@@ -17,7 +17,8 @@ description:
1717
and is fast. It is defined as a monad transformer that can be
1818
stacked on arbitrary monads, and it is also parametric in the
1919
input stream type.
20-
extra-source-files: CHANGES
20+
extra-source-files: CHANGES, README.md
21+
tested-with: GHC==7.10.*, GHC==7.8.*, GHC==7.6.*
2122

2223
source-repository head
2324
type: git

0 commit comments

Comments
 (0)