Commit bd2ff0c
committed
GHC 9.14 compat: replace async with time in a test for haddock-project
the test was using async from hackage as an exmaple global package.
Currently, async has a too restrictive upper bound on base. It'll be
more robust to rely on a boot package instead. Ideally we'd not rely on
anything from Hackage in tests, but that's an issue for another day.
Also, disable haddock-project on older Windows
It fails for an unknown reason; possibly the output is in the wrong
place compared to where the test looks, but tooling gets it right.1 parent 62b8244 commit bd2ff0c
File tree
4 files changed
+12
-8
lines changed- cabal-install/tests
- IntegrationTests2/haddock-project/dependencies
- src
4 files changed
+12
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2768 | 2768 | | |
2769 | 2769 | | |
2770 | 2770 | | |
2771 | | - | |
| 2771 | + | |
| 2772 | + | |
2772 | 2773 | | |
2773 | 2774 | | |
2774 | 2775 | | |
| |||
2797 | 2798 | | |
2798 | 2799 | | |
2799 | 2800 | | |
2800 | | - | |
| 2801 | + | |
| 2802 | + | |
| 2803 | + | |
| 2804 | + | |
2801 | 2805 | | |
2802 | 2806 | | |
2803 | 2807 | | |
| |||
2811 | 2815 | | |
2812 | 2816 | | |
2813 | 2817 | | |
2814 | | - | |
| 2818 | + | |
2815 | 2819 | | |
2816 | 2820 | | |
2817 | 2821 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
0 commit comments