Skip to content

Commit

Permalink
sort dependencies out
Browse files Browse the repository at this point in the history
  • Loading branch information
katsujukou committed Dec 24, 2023
1 parent 7accd90 commit 894d7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions spago.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@ workspace:
optional-fields:
path: ./
dependencies:
- functions
- maybe
- partial
- prelude
- record
- type-equality
- unsafe-coerce
test_dependencies:
- aff
- console
- effect
- prelude
- spec
build_plan:
- aff
Expand Down
4 changes: 1 addition & 3 deletions spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ package:
version: 0.1.0
license: MIT
dependencies:
- functions
- maybe
- partial
- prelude
- record
- type-equality
- unsafe-coerce
Expand All @@ -17,6 +14,7 @@ package:
- aff
- console
- effect
- prelude
- spec

workspace:
Expand Down

0 comments on commit 894d7aa

Please sign in to comment.