File tree Expand file tree Collapse file tree 3 files changed +21
-11
lines changed Expand file tree Collapse file tree 3 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 3939 - name : Build tests
4040 run : spago -x test.dhall build --no-install --purs-args '--censor-lib --strict'
4141
42- # - name: Run tests
43- # run: spago -x test.dhall test --no-install
42+ - name : Run tests
43+ run : spago -x test.dhall test --no-install
4444
4545 - name : Check formatting
4646 run : purs-tidy check src test
Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ Notable changes to this project are documented in this file. The format is based
55
66## Unreleased
77
8+ Breaking changes:
9+
10+ New features:
11+
12+ Bugfixes:
13+
14+ Other improvements:
15+
16+ ## [ v7.0.0] ( https://github.com/purescript-contrib/purescript-uint/releases/tag/v7.0.0 ) - 2022-04-27
17+
818Breaking changes:
919- Migrate FFI to ES modules (#20 by @JordanMartinez )
1020
Original file line number Diff line number Diff line change 1414 " output"
1515 ],
1616 "dependencies" : {
17- "purescript-enums" : " master " ,
18- "purescript-gen" : " master " ,
19- "purescript-numbers" : " master " ,
20- "purescript-maybe" : " master " ,
21- "purescript-prelude" : " master "
17+ "purescript-enums" : " ^6.0.0 " ,
18+ "purescript-gen" : " ^4.0.0 " ,
19+ "purescript-numbers" : " ^9.0.0 " ,
20+ "purescript-maybe" : " ^6.0.0 " ,
21+ "purescript-prelude" : " ^6.0.0 "
2222 },
2323 "devDependencies" : {
24- "purescript-effect" : " master " ,
25- "purescript-psci-support" : " master " ,
26- "purescript-quickcheck" : " master " ,
27- "purescript-quickcheck-laws" : " main "
24+ "purescript-effect" : " ^4.0.0 " ,
25+ "purescript-psci-support" : " ^6.0.0 " ,
26+ "purescript-quickcheck" : " ^8.0.1 " ,
27+ "purescript-quickcheck-laws" : " ^7.0.0 "
2828 }
2929}
You can’t perform that action at this time.
0 commit comments