Skip to content
Snippets Groups Projects
Commit e4db1112 authored by Zubin's avatar Zubin Committed by Marge Bot
Browse files

haddock-api: allow base 4.20 and ghc 9.11

parent 53d9ceb3
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ library
default-language: Haskell2010
-- this package typically supports only single major versions
build-depends: base >= 4.16 && < 4.20
, ghc ^>= 9.9
build-depends: base >= 4.16 && < 4.21
, ghc ^>= 9.11
, ghc-paths ^>= 0.1.0.12
, haddock-library ^>= 1.11
, xhtml ^>= 3000.2.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment