blob: 11352feb188b7aabff4792417385da0712a4f39c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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)
|