Skip to content

Commit 2c06044

Browse files
committed
Bump version and allow newer "text" dependency
1 parent 59a9af0 commit 2c06044

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.1.4 & 3.1.5
2+
3+
- Bump dependency on 'text'
14

25
3.1.3
36

parsec.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: parsec
2-
version: 3.1.4
2+
version: 3.1.5
33
cabal-version: >= 1.6
44
license: BSD3
55
license-file: LICENSE
@@ -63,6 +63,6 @@ library
6363
else
6464
build-depends: base >= 3.0.3 && < 4
6565
cpp-options: -DBASE3
66-
build-depends: mtl, bytestring, text >= 0.2 && < 1.1
66+
build-depends: mtl, bytestring, text >= 0.2 && < 1.2
6767
extensions: ExistentialQuantification, PolymorphicComponents, MultiParamTypeClasses, FlexibleInstances, FlexibleContexts, DeriveDataTypeable, CPP
6868
ghc-options: -O2

0 commit comments

Comments
 (0)