17 lines
669 B
Diff
17 lines
669 B
Diff
--- regex-pcre-builtin-0.95.2.3.8.44/regex-pcre-builtin.cabal.orig 2023-12-03 11:11:33.241587994 +0100
|
|
+++ regex-pcre-builtin-0.95.2.3.8.44/regex-pcre-builtin.cabal 2023-12-03 11:11:46.065642104 +0100
|
|
@@ -69,11 +69,11 @@
|
|
FlexibleInstances
|
|
|
|
build-depends: regex-base == 0.94.*
|
|
- , base >= 4.3 && < 4.17
|
|
+ , base >= 4.3 && < 4.18
|
|
, containers >= 0.4 && < 0.7
|
|
, bytestring >= 0.9 && < 0.12
|
|
, array >= 0.3 && < 0.6
|
|
- , text >= 1.2.3 && < 1.3
|
|
+ , text >= 1.2.3 && < 2.1
|
|
|
|
if !impl(ghc >= 8)
|
|
build-depends: fail == 4.9.*
|