$NetBSD: patch-uri-encode.cabal,v 1.1 2022/02/23 16:56:57 pho Exp $ Fix build with GHC 9.2 --- uri-encode.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ uri-encode.cabal @@ -35,7 +35,7 @@ library exposed-modules: Network.URI.Encode build-depends: base == 4.* - , bytestring >= 0.9 && < 0.11 + , bytestring >= 0.9 , text >= 0.7 && < 1.3 , utf8-string >= 0.3 && < 1.1 if flag(network-uri)