Skip to content

Commit

Permalink
spago lock (ensure range)
Browse files Browse the repository at this point in the history
  • Loading branch information
katsujukou committed Dec 24, 2023
1 parent 74c11a2 commit e1e6d90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions spago.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ workspace:
record-ptional-fields:
path: ./
dependencies:
- maybe
- prelude
- record
- type-equality
- unsafe-coerce
- maybe: ">=6.0.0 <7.0.0"
- partial
- prelude: ">=6.0.1 <7.0.0"
- record: ">=4.0.0 <5.0.0"
- type-equality: ">=4.0.1 <5.0.0"
- unsafe-coerce: ">=6.0.0 <7.0.0"
test_dependencies:
- aff
- console
Expand Down
11 changes: 6 additions & 5 deletions spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ package:
githubRepo: purescript-record-optional-fields
license: MIT
dependencies:
- maybe
- prelude
- record
- type-equality
- unsafe-coerce
- maybe: ">=6.0.0 <7.0.0"
- partial: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- record: ">=4.0.0 <5.0.0"
- type-equality: ">=4.0.1 <5.0.0"
- unsafe-coerce: ">=6.0.0 <7.0.0"
test:
main: Test.Main
dependencies:
Expand Down

0 comments on commit e1e6d90

Please sign in to comment.