Skip to content

Commit ec76552

Browse files
Russians tortured my 18yo friend Ivan bc of ukr flag in mobile phonenatefaubion
andauthored
Update to spago@next (#57)
* feat: update to spago@next * feat: tests -> add --pedantic-packages * feat: tests -> use latest spago * refactor: use _ * Update parse-package-set/src/Main.purs Co-authored-by: Nathan Faubion <[email protected]> * fix: Update parse-package-set/src/Main.purs as natefaubion suggested * fix: Update parse-package-set/src/Main.purs as natefaubion suggested -> I see you updated this to a section, but maybe just inline it? * Move lib back to root * Update configs * Update publish meta * Update ci cache * Update CONTRIBUTORS.md -> add srghma * Disable parse-package-set --------- Co-authored-by: Nathan Faubion <[email protected]> Co-authored-by: Nathan Faubion <[email protected]>
1 parent 6afdcf0 commit ec76552

File tree

16 files changed

+1269
-367
lines changed

16 files changed

+1269
-367
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Cache PureScript dependencies
2020
uses: actions/cache@v4
2121
with:
22-
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
22+
key: ${{ runner.os }}-spago-${{ hashFiles('**/spago.lock') }}
2323
path: |
2424
.spago
2525
output
@@ -31,10 +31,10 @@ jobs:
3131
run: npm run install
3232

3333
- name: Build project
34-
run: npm run build
34+
run: npm run build -- --pedantic-packages
3535

3636
- name: Run tests
37-
run: npm run test
37+
run: npm run test -- --offline --quiet
3838

3939
- name: Check formatting
4040
run: npm run format:check

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ By adding your name to the list below, you agree to license your contributions u
2020
| [@i-am-the-slime](https://github.com/i-am-the-slime) | Mark Eibes
2121
| [@monoidmusician](https://github.com/MonoidMusician) | Verity Scheel
2222
| [@turlando](https://github.com/turlando) | Tancredi Orlando
23+
| [@srghma](https://github.com/srghma) | Serhii Khoma

bench/bench.dhall

Lines changed: 0 additions & 42 deletions
This file was deleted.

bench/spago.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
package:
2+
name: bench
3+
build:
4+
strict: true
5+
dependencies:
6+
- aff: ">=8.0.0 <9.0.0"
7+
- arrays: ">=7.3.0 <8.0.0"
8+
- console: ">=6.1.0 <7.0.0"
9+
- effect: ">=4.0.0 <5.0.0"
10+
- either: ">=6.1.0 <7.0.0"
11+
- foldable-traversable: ">=6.0.0 <7.0.0"
12+
- language-cst-parser: "*"
13+
- maybe: ">=6.0.0 <7.0.0"
14+
- minibench: ">=4.0.1 <5.0.0"
15+
- node-buffer: ">=9.0.0 <10.0.0"
16+
- node-fs: ">=9.2.0 <10.0.0"
17+
- node-process: ">=11.2.0 <12.0.0"
18+
- prelude: ">=6.0.2 <7.0.0"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)