diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1de99f25..9fd79449 100755 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,10 +18,10 @@ jobs: #- ubuntu-latest #- windows-latest resolver: - - 22.28 - - 21.25 - - 20.26 - - 19.33 + #- 22.28 + #- 21.25 + #- 20.26 + #- 19.33 - 18.28 steps: - name: Install LLVM 13 @@ -55,6 +55,7 @@ jobs: run: | set -ex stack --version + stack path stack test $extraLibDirs $extraIncludeDirsLLVM $extraIncludeDirsFFI --fast --no-terminal --resolver=lts-${{ matrix.resolver }} # macos-13: diff --git a/classy-prelude/classy-prelude.cabal b/classy-prelude/classy-prelude.cabal index 925ea9d5..923993df 100644 --- a/classy-prelude/classy-prelude.cabal +++ b/classy-prelude/classy-prelude.cabal @@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.7. +-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: classy-prelude -version: 1.5.0.2 +version: 1.5.0.3 synopsis: A typeclass-based Prelude. description: See docs and README at category: Control, Prelude