Commit 762ac5b
committed
Disable cabal testing using GHC 8.8.3 and 8.10.1
The ginger library has dependency issues. When using older versions of
GHC, older versions of ginger compile while newer versions do not. When
using newer versions of GHC, newer versions of ginger compile while
older versions do not. Unfortunately, there is no way to specify which
version of the library to use for each version of GHC in the cabal file,
making it impossible for this program to support using both older and
newer versions of GHC with a single cabal file.
Note that the ginger version to use for each GHC version is specified
when using Stack, either explicitly in stack.yaml or implicitly in the
Stack package set. The program builds successfully in all of the tested
GHC versions (including 8.10.1) using Stack.1 parent 60d2e57 commit 762ac5b
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments