diff options
author | pho <pho@pkgsrc.org> | 2021-04-24 16:38:04 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2021-04-24 16:38:04 +0000 |
commit | 2542e7242b2ff5fe3c738dc4a01ec9737ec91b9d (patch) | |
tree | 2bf1f1b7b659fbb0a5025306efc424625b934c40 /textproc/hs-regex-pcre/patches | |
parent | c952a6c0f077f1f01715bb042452f4f356950617 (diff) | |
download | pkgsrc-2542e7242b2ff5fe3c738dc4a01ec9737ec91b9d.tar.gz |
Fix build with GHC 9
Diffstat (limited to 'textproc/hs-regex-pcre/patches')
-rw-r--r-- | textproc/hs-regex-pcre/patches/patch-regex-pcre.cabal | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/hs-regex-pcre/patches/patch-regex-pcre.cabal b/textproc/hs-regex-pcre/patches/patch-regex-pcre.cabal new file mode 100644 index 00000000000..a1ff3055754 --- /dev/null +++ b/textproc/hs-regex-pcre/patches/patch-regex-pcre.cabal @@ -0,0 +1,15 @@ +$NetBSD: patch-regex-pcre.cabal,v 1.1 2021/04/24 16:38:04 pho Exp $ + +Fix build with GHC 9. + +--- regex-pcre.cabal.orig 2001-09-09 01:46:40.000000000 +0000 ++++ regex-pcre.cabal +@@ -54,7 +54,7 @@ library + FlexibleInstances + + build-depends: regex-base == 0.94.* +- , base >= 4.3 && < 4.14 ++ , base >= 4.3 && < 5 + , containers >= 0.4 && < 0.7 + , bytestring >= 0.9 && < 0.11 + , array >= 0.3 && < 0.6 |