Commit fda9e43
committed
Disable Haddock for GHC >= 8.4.1, it uses far too much memory.
* GHC 8.2.2/Haddock 2.18.1: Haddock uses 3.1GB maximum RSS
* GHC 8.4.1/Haddock 2.19.0: Haddock uses 4.4GB maximum RSS
The latter is too much for Travis-CI.
Fun fact: Given enough RAM, the actual use/syste/wall clock time remains
basically constant across the versions.1 parent 34d21cb commit fda9e43
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments