$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