mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
Cabal file fixes. Fix tests in CI with cabal too.
This commit is contained in:
2
.github/workflows/build-all-versions.yml
vendored
2
.github/workflows/build-all-versions.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
cabal test gf-tests
|
PATH="$PWD/dist/build/gf:$PATH" cabal test gf-tests --show-details=direct
|
||||||
|
|
||||||
stack:
|
stack:
|
||||||
name: stack / ghc ${{ matrix.ghc }}
|
name: stack / ghc ${{ matrix.ghc }}
|
||||||
|
|||||||
6
gf.cabal
6
gf.cabal
@@ -576,7 +576,7 @@ test-suite lpgf
|
|||||||
else
|
else
|
||||||
other-modules: GF.System.NoSignal
|
other-modules: GF.System.NoSignal
|
||||||
build-depends:
|
build-depends:
|
||||||
ansi-terminal,
|
ansi-terminal >= 0.6.3 && < 0.12,
|
||||||
array >= 0.5.1 && < 0.6,
|
array >= 0.5.1 && < 0.6,
|
||||||
base >=4.6 && < 5,
|
base >=4.6 && < 5,
|
||||||
bytestring >= 0.10.8 && < 0.11,
|
bytestring >= 0.10.8 && < 0.11,
|
||||||
@@ -598,9 +598,9 @@ test-suite lpgf
|
|||||||
unordered-containers >= 0.2.8 && < 0.3,
|
unordered-containers >= 0.2.8 && < 0.3,
|
||||||
utf8-string >= 1.0.1.1 && < 1.1
|
utf8-string >= 1.0.1.1 && < 1.1
|
||||||
|
|
||||||
if impl(ghc<8)
|
if impl(ghc<8.0)
|
||||||
build-depends:
|
build-depends:
|
||||||
ghc-prim >= 0.5.0 && < 0.7
|
fail >= 4.9.0 && < 4.10
|
||||||
|
|
||||||
if os(windows)
|
if os(windows)
|
||||||
build-depends:
|
build-depends:
|
||||||
|
|||||||
Reference in New Issue
Block a user