@@ -14,17 +14,18 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
include :
17
- - { os: macOS-13, stack: lts-15.3, stack-extra-deps: "bytestring-0.11.3.0, file-io-0.1.4, filepath-1.4.100.0, unix-2.8.0.0" }
18
- - { os: macos-latest, stack: lts-22.7, stack-extra-deps: "bytestring-0.11.5.3, file-io-0.1.4, filepath-1.5.2.0, os-string-2.0.2, unix-2.8.5.1", stack-package-flags: "{directory: {os-string: true}, file-io: {os-string: true}, unix: {os-string: true}}", ghc-flags: -Werror=deprecations }
19
- - { os: ubuntu-latest, ghc: 8.10.7, cabal: 3.8.1.0 }
20
- - { os: ubuntu-latest, ghc: 9.0.2, cabal: 3.8.1.0 }
21
- - { os: ubuntu-latest, ghc: 9.2.4, cabal: 3.8.1.0 }
22
- - { os: ubuntu-latest, ghc: 9.4.3, cabal: 3.8.1.0 }
17
+ # - { os: macOS-13, stack: lts-15.3, stack-extra-deps: "bytestring-0.11.3.0, file-io-0.1.4, filepath-1.4.100.0, unix-2.8.0.0" }
18
+ # - { os: macos-latest, stack: lts-22.7, stack-extra-deps: "bytestring-0.11.5.3, file-io-0.1.4, filepath-1.5.2.0, os-string-2.0.2, unix-2.8.5.1", stack-package-flags: "{directory: {os-string: true}, file-io: {os-string: true}, unix: {os-string: true}}", ghc-flags: -Werror=deprecations }
19
+ # - { os: ubuntu-latest, ghc: 8.10.7, cabal: 3.8.1.0 }
20
+ # - { os: ubuntu-latest, ghc: 9.0.2, cabal: 3.8.1.0 }
21
+ # - { os: ubuntu-latest, ghc: 9.2.4, cabal: 3.8.1.0 }
22
+ # - { os: ubuntu-latest, ghc: 9.4.3, cabal: 3.8.1.0 }
23
23
# TODO: Unpin cabal from 3.12.10 after https://github.com/haskell/cabal/issues/10718 is fixed.
24
- - { os: ubuntu-latest, ghc: latest, cabal: 3.12.1.0, cabal-package-flags: +os-string, ghc-flags: -Werror=deprecations }
24
+ # - { os: ubuntu-latest, ghc: latest, cabal: 3.12.1.0, cabal-package-flags: +os-string, ghc-flags: -Werror=deprecations }
25
25
- { os: windows-latest, stack: lts-15.3, stack-extra-deps: "bytestring-0.11.3.0, file-io-0.1.4, filepath-1.4.100.0, time-1.9.3, Win32-2.14.1.0", overrides: "before_prepare() { sed -i.bak -e /CreateSymbolicLinkW/d -e /GetFinalPathNameByHandleW/d configure.ac; }" }
26
26
- { os: windows-latest, stack: lts-17.5, stack-extra-deps: "bytestring-0.11.3.0, file-io-0.1.4, filepath-1.4.100.0, time-1.9.3, Win32-2.14.1.0" }
27
27
- { os: windows-latest, stack: lts-22.7, stack-extra-deps: "bytestring-0.11.5.3, file-io-0.1.4, filepath-1.5.2.0, os-string-2.0.2, time-1.14, Win32-2.14.1.0", stack-package-flags: "{directory: {os-string: true}, file-io: {os-string: true}, Win32: {os-string: true}}", ghc-flags: -Werror=deprecations }
28
+ - { os: windows-latest, ghc: latest, cabal: 3.12.1.0, cabal-package-flags: +os-string, ghc-flags: -Werror=deprecations }
28
29
runs-on : ${{ matrix.os }}
29
30
env :
30
31
CABAL_PACKAGE_FLAGS : ${{ matrix.cabal-package-flags }}
0 commit comments