Skip to content

Commit 2157aac

Browse files
committed
ghc updates
1 parent f665023 commit 2157aac

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ dev ]
88

99
jobs:
10-
ghc9_0:
10+
ghc_default:
1111
runs-on: ubuntu-latest
1212

1313
services:
@@ -56,7 +56,7 @@ jobs:
5656
".stack-work"
5757
"/root/.stack/"
5858
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
59-
ghc8_10:
59+
ghc9_6:
6060
runs-on: ubuntu-latest
6161

6262
services:
@@ -81,10 +81,10 @@ jobs:
8181
stack-setup-ghc: true
8282

8383
- name: build
84-
run: stack build --fast --stack-yaml stack-ghc8_10.yaml
84+
run: stack build --fast --stack-yaml stack-ghc9_6.yaml
8585

8686
- name: test
87-
run: stack test --fast --stack-yaml stack-ghc8_10.yaml
87+
run: stack test --fast --stack-yaml stack-ghc9_6.yaml
8888
env:
8989
PG_USER: postgres
9090
PG_HOST: localhost
@@ -93,10 +93,10 @@ jobs:
9393
PG_PORT: ${{ job.services.postgres.ports['5432'] }}
9494

9595
- name: benchmark
96-
run: stack bench --fast --stack-yaml stack-ghc8_10.yaml
96+
run: stack bench --fast --stack-yaml stack-ghc9_6.yaml
9797

9898
- name: documentation
99-
run: stack haddock --fast --stack-yaml stack-ghc8_10.yaml
99+
run: stack haddock --fast --stack-yaml stack-ghc9_6.yaml
100100

101101
- name: cache
102102
uses: actions/cache@v3
@@ -105,7 +105,7 @@ jobs:
105105
".stack-work"
106106
"/root/.stack/"
107107
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
108-
ghc8_8:
108+
ghc9_4:
109109
runs-on: ubuntu-latest
110110

111111
services:
@@ -130,10 +130,10 @@ jobs:
130130
stack-setup-ghc: true
131131

132132
- name: build
133-
run: stack build --fast --stack-yaml stack-ghc8_8.yaml
133+
run: stack build --fast --stack-yaml stack-ghc9_4.yaml
134134

135135
- name: test
136-
run: stack test --fast --stack-yaml stack-ghc8_8.yaml
136+
run: stack test --fast --stack-yaml stack-ghc9_4.yaml
137137
env:
138138
PG_USER: postgres
139139
PG_HOST: localhost
@@ -142,10 +142,10 @@ jobs:
142142
PG_PORT: ${{ job.services.postgres.ports['5432'] }}
143143

144144
- name: benchmark
145-
run: stack bench --fast --stack-yaml stack-ghc8_8.yaml
145+
run: stack bench --fast --stack-yaml stack-ghc9_4.yaml
146146

147147
- name: documentation
148-
run: stack haddock --fast --stack-yaml stack-ghc8_8.yaml
148+
run: stack haddock --fast --stack-yaml stack-ghc9_4.yaml
149149

150150
- name: cache
151151
uses: actions/cache@v3

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
![squeal-icon](https://raw.githubusercontent.com/morphismtech/squeal/dev/squeal.gif)
44

5+
[![GithubWorkflowCI](https://github.com/morphismtech/squeal/actions/workflows/ci.yml/badge.svg)](https://github.com/morphismtech/squeal/actions/workflows/ci.yml)
6+
57
[Github](https://github.com/morphismtech/squeal)
68

79
[Hackage](https://hackage.haskell.org/package/squeal-postgresql)

squeal-postgresql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![squeal-icon](https://raw.githubusercontent.com/morphismtech/squeal/dev/squeal.gif)
44

5-
[![CircleCI](https://circleci.com/gh/echatav/squeal.svg?style=svg&circle-token=a699a654ef50db2c3744fb039cf2087c484d1226)](https://circleci.com/gh/morphismtech/squeal)
5+
[![GithubWorkflowCI](https://github.com/morphismtech/squeal/actions/workflows/ci.yml/badge.svg)](https://github.com/morphismtech/squeal/actions/workflows/ci.yml)
66

77
[Github](https://github.com/morphismtech/squeal)
88

stack-ghc9_6.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
resolver: nightly-2023-08-29
1+
resolver: lts-22.13
22
packages:
33
- squeal-postgresql
44
- squeal-postgresql-ltree
55
- squeal-postgresql-uuid-ossp
6-
extra-deps:
7-
- records-sop-0.1.1.1

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-19.33
1+
resolver: lts-22.13
22
packages:
33
- squeal-postgresql
44
- squeal-postgresql-ltree

0 commit comments

Comments
 (0)