blob: a2dbdbe9396d602abbb10336081256803dbf918d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-haddock-library.cabal,v 1.1 2022/02/11 11:29:44 pho Exp $
Fix build with GHC 9.2
--- haddock-library.cabal.orig 2001-09-09 01:46:40.000000000 +0000
+++ haddock-library.cabal
@@ -38,8 +38,8 @@ common lib-defaults
default-language: Haskell2010
build-depends:
- , base >= 4.5 && < 4.16
- , bytestring ^>= 0.9.2.1 || ^>= 0.10.0.0
+ , base >= 4.5 && < 5
+ , bytestring
, containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1
, transformers ^>= 0.3.0.0 || ^>= 0.4.1.0 || ^>= 0.5.0.0
, text ^>= 1.2.3.0
|