This repository was archived by the owner on Aug 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bug-reports: https://github.com/haskell/haddock/issues
13
13
copyright : (c) Simon Marlow, David Waern
14
14
category : Documentation
15
15
build-type : Simple
16
- tested-with : GHC== 8.10 . *, GHC== 8.8.1 , GHC== 8.6.5
16
+ tested-with : GHC== 8.12 . *, GHC== 8.10. * , GHC== 8.8.1
17
17
18
18
extra-source-files :
19
19
CHANGES.md
@@ -43,7 +43,7 @@ library
43
43
default-language : Haskell2010
44
44
45
45
-- this package typically supports only single major versions
46
- build-depends : base ^>= 4.13 .0
46
+ build-depends : base ^>= 4.15 .0
47
47
, Cabal ^>= 2.4.0
48
48
, ghc ^>= 8.11
49
49
, ghc-paths ^>= 0.1.0.9
Original file line number Diff line number Diff line change 17
17
homepage : http://www.haskell.org/haddock/
18
18
bug-reports : https://github.com/haskell/haddock/issues
19
19
category : Documentation
20
- tested-with : GHC== 8.10 . *, GHC== 8.8.1 , GHC== 8.6.5
20
+ tested-with : GHC== 8.12 . *, GHC== 8.10. * , GHC== 8.8.1
21
21
22
22
extra-source-files :
23
23
CHANGES.md
@@ -26,7 +26,7 @@ common lib-defaults
26
26
default-language : Haskell2010
27
27
28
28
build-depends :
29
- , base >= 4.5 && < 4.15
29
+ , base >= 4.5 && < 4.16
30
30
, bytestring ^>= 0.9.2.1 || ^>= 0.10.0.0
31
31
, containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1
32
32
, transformers ^>= 0.3.0.0 || ^>= 0.4.1.0 || ^>= 0.5.0.0
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ bug-reports: https://github.com/haskell/haddock/issues
33
33
copyright : (c) Simon Marlow, David Waern
34
34
category : Documentation
35
35
build-type : Simple
36
- tested-with : GHC== 8.10 . *, GHC== 8.8.1 , GHC== 8.6.5
36
+ tested-with : GHC== 8.12 . *, GHC== 8.10. * , GHC== 8.8.1
37
37
38
38
extra-source-files :
39
39
CHANGES.md
@@ -64,7 +64,7 @@ executable haddock
64
64
65
65
-- haddock typically only supports a single GHC major version
66
66
build-depends :
67
- base ^>= 4.12 .0.0 || ^>= 4.13 .0.0 || ^>= 4.14 .0.0
67
+ base ^>= 4.13 .0.0 || ^>= 4.14 .0.0 || ^>= 4.15 .0.0
68
68
69
69
if flag(in-ghc-tree)
70
70
hs-source-dirs : haddock-api/src, haddock-library /src
You can’t perform that action at this time.
0 commit comments