File: use-pcre2

package info (click to toggle)
haskell-regex 1.1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: haskell: 4,533; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 791 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/regex.cabal
+++ b/regex.cabal
@@ -131,7 +131,7 @@
       , containers           >= 0.4
       , hashable             >= 1.2
       , regex-base           >= 0.93
-      , regex-pcre-builtin   >= 0.94
+      , regex-pcre2          >= 1.0
       , regex-tdfa           >= 1.3.1.0
       , template-haskell     >= 2.7
       , text                 >= 1.2
--- a/Text/RE/ZeInternals/Types/Match.lhs
+++ b/Text/RE/ZeInternals/Types/Match.lhs
@@ -47,7 +47,7 @@
 import           Text.RE.ZeInternals.Types.Capture
 import           Text.RE.ZeInternals.Types.CaptureID
 import           Text.Regex.Base
-import qualified Text.Regex.PCRE                as PCRE
+import qualified Text.Regex.PCRE2               as PCRE
 import qualified Text.Regex.TDFA                as TDFA
 
 infixl 9 !$, !$$