Skip to content

Commit

Permalink
Prepare for 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Jul 20, 2024
1 parent d4cf529 commit 6f76d6d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
28 changes: 14 additions & 14 deletions spago.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ workspace:
spec-reporter-xunit:
path: ./
dependencies:
- arrays
- effect
- either
- exceptions
- foldable-traversable
- maybe
- node-buffer
- node-fs
- node-path
- pipes
- prelude
- spec
- strings
- transformers
- arrays: ">=7.3.0 <8.0.0"
- effect: ">=4.0.0 <5.0.0"
- either: ">=6.1.0 <7.0.0"
- exceptions: ">=6.1.0 <7.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
- node-buffer: ">=9.0.0 <10.0.0"
- node-fs: ">=9.2.0 <10.0.0"
- node-path: ">=5.0.0 <6.0.0"
- pipes: ">=8.0.0 <9.0.0"
- prelude: ">=6.0.1 <7.0.0"
- spec: ">=7.6.0 <8.0.0"
- strings: ">=6.0.1 <7.0.0"
- transformers: ">=6.1.0 <7.0.0"
test_dependencies:
- aff
build_plan:
Expand Down
33 changes: 18 additions & 15 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-reporter-xunit
Expand All @@ -11,20 +14,20 @@ package:
githubOwner: purescript-spec
githubRepo: purescript-spec-reporter-xunit
dependencies:
- arrays
- effect
- either
- exceptions
- foldable-traversable
- maybe
- node-buffer
- node-fs
- node-path
- pipes
- prelude
- spec
- strings
- transformers
- arrays: ">=7.3.0 <8.0.0"
- effect: ">=4.0.0 <5.0.0"
- either: ">=6.1.0 <7.0.0"
- exceptions: ">=6.1.0 <7.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
- node-buffer: ">=9.0.0 <10.0.0"
- node-fs: ">=9.2.0 <10.0.0"
- node-path: ">=5.0.0 <6.0.0"
- pipes: ">=8.0.0 <9.0.0"
- prelude: ">=6.0.1 <7.0.0"
- spec: ">=7.6.0 <8.0.0"
- strings: ">=6.0.1 <7.0.0"
- transformers: ">=6.1.0 <7.0.0"
test:
main: Test.Main
dependencies: ["aff"]
dependencies: [ "aff" ]

0 comments on commit 6f76d6d

Please sign in to comment.