Skip to content

Commit 62510ed

Browse files
committed
v0.96.0.1-r2: allow bytestring-0.12
1 parent 2050fa6 commit 62510ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

regex-posix.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22
name: regex-posix
33
version: 0.96.0.1
4-
x-revision: 1
4+
x-revision: 2
55

66
build-type: Simple
77
license: BSD3
@@ -48,7 +48,7 @@ source-repository head
4848
source-repository this
4949
type: git
5050
location: https://github.com/hvr/regex-base.git
51-
tag: v0.96.0.1-r1
51+
tag: v0.96.0.1-r2
5252

5353
flag _regex-posix-clib
5454
manual: False
@@ -90,7 +90,7 @@ library
9090
build-depends: regex-base == 0.94.*
9191
, base >= 4.3 && < 5
9292
, containers >= 0.4 && < 0.7
93-
, bytestring >= 0.9 && < 0.12
93+
, bytestring >= 0.9 && < 0.13
9494
, array >= 0.3 && < 0.6
9595

9696
if impl(ghc < 8)

0 commit comments

Comments
 (0)