Skip to content

Commit

Permalink
stack path reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 10, 2024
1 parent d50a784 commit 681fc86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,6 +56,7 @@ jobs:
set -ex
stack --version
stack test $extraLibDirs $extraIncludeDirsLLVM $extraIncludeDirsFFI --fast --no-terminal --resolver=lts-${{ matrix.resolver }}
stack path
# macos-13:
# name: macos-13
Expand Down
4 changes: 2 additions & 2 deletions classy-prelude/classy-prelude.cabal
Original file line number Diff line number Diff line change
@@ -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 <http://www.stackage.org/package/classy-prelude>
category: Control, Prelude
Expand Down

0 comments on commit 681fc86

Please sign in to comment.