Skip to content

Commit

Permalink
spago lock
Browse files Browse the repository at this point in the history
  • Loading branch information
katsujukou committed Dec 24, 2023
1 parent 4b8d7e1 commit 74c11a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spago.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
workspace:
packages:
optional-fields:
record-ptional-fields:
path: ./
dependencies:
- maybe
- prelude
- record
- type-equality
- unsafe-coerce
test_dependencies:
- aff
- console
- effect
- prelude
- spec
build_plan:
- aff
Expand Down
7 changes: 5 additions & 2 deletions spago.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
package:
name: "optional-fields"
name: "record-ptional-fields"
publish:
version: 0.1.0
location:
githubOwner: katsujukou
githubRepo: purescript-record-optional-fields
license: MIT
dependencies:
- maybe
- prelude
- record
- type-equality
- unsafe-coerce
Expand All @@ -14,7 +18,6 @@ package:
- aff
- console
- effect
- prelude
- spec

workspace:
Expand Down

0 comments on commit 74c11a2

Please sign in to comment.