Skip to content

Commit

Permalink
Merge pull request #177 from smucclaw/update
Browse files Browse the repository at this point in the history
bump stack to lts-22.19, bump gf-core, tidy up workflows
  • Loading branch information
joewatt95 authored Apr 30, 2024
2 parents 0a6d0ca + c22d508 commit ee7a719
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/stack-based-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,21 @@ jobs:
ghc-version: '9.8.2'
cabal-version: '3.10.3.0'
stack-version: '2.15.5'

- uses: actions/cache@v4
name: Cache ~/.stack
with:
path: ~/.stack
key: ${{ runner.os }}-${{ matrix.ghc }}-stack-${{ hashFiles('stack.yaml.lock') }}
restore-keys: |
${{ runner.os }}-${{ matrix.ghc }}-stack
# - name: Install libcurl on Ubuntu
# if: startsWith(matrix.os, 'ubuntu')
# run: sudo apt-get install libcurl4-openssl-dev
# - name: Install libcurl on macos
# if: startsWith(matrix.os, 'macOS')
# run: brew install openssl && brew install curl && export PATH="/opt/homebrew/opt/curl/bin:$PATH"'
- name: Test explainable

- name: Build and test baby-l4
run: stack test
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
resolver: lts-22.18
resolver: lts-22.19

packages:
- .

extra-deps:
- github: smucclaw/gf-core
commit: f4b71cf8ba56a949c627d08535c251fbd6654033
commit: f85fbbaf41e804f1566cd914ef3986dda29978b3
# - github: mengwong/compact
# commit: 214867cfd0868c02313e97f29215d48545458da3

Expand Down
18 changes: 9 additions & 9 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
- completed:
name: gf
pantry-tree:
sha256: b98b7ffc0d56f3ad90342d559a5645e8a6b7c34dfffc2944c5147f4ac265bd74
sha256: dd070cb66f74ee464747062b329d8f9c3ce37dec46204360c154ca6cf7c68f63
size: 68240
sha256: ce38f650b2ed17f35c6113ced7e9d1370f619d646e12b0674bfa77f82826ce79
size: 3499956
url: https://github.com/smucclaw/gf-core/archive/f4b71cf8ba56a949c627d08535c251fbd6654033.tar.gz
sha256: a96c60aa375b09284fbe1de3758616b369f7e14674a07c7aabfb89b684d8ca15
size: 3499814
url: https://github.com/smucclaw/gf-core/archive/f85fbbaf41e804f1566cd914ef3986dda29978b3.tar.gz
version: 3.11.0
original:
url: https://github.com/smucclaw/gf-core/archive/f4b71cf8ba56a949c627d08535c251fbd6654033.tar.gz
url: https://github.com/smucclaw/gf-core/archive/f85fbbaf41e804f1566cd914ef3986dda29978b3.tar.gz
- completed:
hackage: simple-smt-0.9.7@sha256:a93eba88f8177e13b39bf664b53ad65ca8eea976f00cae443c081b3ea3c26fb3,736
pantry-tree:
Expand All @@ -24,7 +24,7 @@ packages:
hackage: simple-smt-0.9.7
snapshots:
- completed:
sha256: 9bebedd3de0195aa01fd55de7f6d4446667440297a7315e69cd72c2610af265f
size: 713338
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/18.yaml
original: lts-22.18
sha256: e5cac927cf7ccbd52aa41476baa68b88c564ee6ddc3bc573dbf4210069287fe7
size: 713340
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/19.yaml
original: lts-22.19

0 comments on commit ee7a719

Please sign in to comment.