Skip to content

Commit

Permalink
Prepare for 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Jul 20, 2024
1 parent 47fe731 commit ef0b1c6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
27 changes: 14 additions & 13 deletions spago.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ workspace:
spec-mocha:
path: ./
dependencies:
- aff
- datetime
- effect
- either
- foldable-traversable
- maybe
- prelude
- spec
- aff: ">=7.1.0 <8.0.0"
- effect: ">=4.0.0 <5.0.0"
- either: ">=6.1.0 <7.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.1 <7.0.0"
- spec: ">=7.6.0 <8.0.0"
test_dependencies: []
build_plan:
- aff
Expand Down Expand Up @@ -565,7 +564,9 @@ workspace:
yoga-tree: 1.0.0
z3: 0.0.2
zipperarray: 2.0.0
extra_packages: {}
extra_packages:
parallel: 6.0.0
spec: 7.6.1
packages:
aff:
type: registry
Expand Down Expand Up @@ -954,8 +955,8 @@ packages:
- prelude
parallel:
type: registry
version: 7.0.0
integrity: sha256-gUC9i4Txnx9K9RcMLsjujbwZz6BB1bnE2MLvw4GIw5o=
version: 6.0.0
integrity: sha256-VJbkGD0rAKX+NUEeBJbYJ78bEKaZbgow+QwQEfPB6ko=
dependencies:
- control
- effect
Expand Down Expand Up @@ -1018,8 +1019,8 @@ packages:
- unsafe-coerce
spec:
type: registry
version: 7.6.0
integrity: sha256-+merGdQbL9zWONbnt8S8J9afGJ59MQqGtS0qSd3yu4I=
version: 7.6.1
integrity: sha256-VycY2SgN8rHZGqcMqZEiTh9OdCw40CUMX2pCoSUJ/zY=
dependencies:
- aff
- ansi
Expand Down
18 changes: 10 additions & 8 deletions spago.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
workspace:
packageSet:
registry: 55.1.0
extraPackages:
parallel: 6.0.0
spec: 7.6.1

package:
name: spec-mocha
Expand All @@ -11,13 +14,12 @@ package:
githubOwner: purescript-spec
githubRepo: purescript-spec-mocha
dependencies:
- aff
- datetime
- effect
- either
- foldable-traversable
- maybe
- prelude
- spec
- aff: ">=7.1.0 <8.0.0"
- effect: ">=4.0.0 <5.0.0"
- either: ">=6.1.0 <7.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.1 <7.0.0"
- spec: ">=7.6.0 <8.0.0"
bundle:
module: Test.Main

0 comments on commit ef0b1c6

Please sign in to comment.