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 2050fa6 commit 62510edCopy full SHA for 62510ed
regex-posix.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 1.12
2
name: regex-posix
3
version: 0.96.0.1
4
-x-revision: 1
+x-revision: 2
5
6
build-type: Simple
7
license: BSD3
@@ -48,7 +48,7 @@ source-repository head
48
source-repository this
49
type: git
50
location: https://github.com/hvr/regex-base.git
51
- tag: v0.96.0.1-r1
+ tag: v0.96.0.1-r2
52
53
flag _regex-posix-clib
54
manual: False
@@ -90,7 +90,7 @@ library
90
build-depends: regex-base == 0.94.*
91
, base >= 4.3 && < 5
92
, containers >= 0.4 && < 0.7
93
- , bytestring >= 0.9 && < 0.12
+ , bytestring >= 0.9 && < 0.13
94
, array >= 0.3 && < 0.6
95
96
if impl(ghc < 8)
0 commit comments