Skip to content

Commit 762ac5b

Browse files
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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ matrix:
1919
- ghc: 8.2.2
2020
- ghc: 8.4.4
2121
- ghc: 8.6.5
22-
- ghc: 8.8.3
23-
- ghc: 8.10.1
22+
#- ghc: 8.8.3
23+
#- ghc: 8.10.1
2424

2525
# Stack
2626
- ghc: 8.2.2

queue-sheet.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ tested-with:
2222
|| ==8.4.4
2323
|| ==8.6.5
2424
|| ==8.8.3
25-
|| ==8.10.1
2625

2726
extra-source-files:
2827
CHANGELOG.md

0 commit comments

Comments
 (0)