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 3cdaab0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,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 3cdaab0

Please sign in to comment.