Skip to content

Commit

Permalink
New lockfile format in spago 0.93.39
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f committed Aug 28, 2024
1 parent f5f1106 commit c55cd4d
Showing 1 changed file with 53 additions and 48 deletions.
101 changes: 53 additions & 48 deletions spago.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,59 @@ workspace:
packages:
priority-queue:
path: ./
dependencies:
- arrays: ">=7.0.0 <8.0.0"
- effect: ">=4.0.0 <5.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- integers: ">=6.0.0 <7.0.0"
- lists: ">=7.0.0 <8.0.0"
- maybe: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.0 <7.0.0"
- st: ">=6.0.0 <7.0.0"
test_dependencies:
- assert
- console
build_plan:
- arrays
- assert
- bifunctors
- console
- const
- contravariant
- control
- distributive
- effect
- either
- exists
- foldable-traversable
- functions
- functors
- identity
- integers
- invariant
- lazy
- lists
- maybe
- newtype
- nonempty
- numbers
- orders
- partial
- prelude
- profunctor
- refs
- safe-coerce
- st
- tailrec
- tuples
- type-equality
- unfoldable
- unsafe-coerce
core:
dependencies:
- arrays: ">=7.0.0 <8.0.0"
- effect: ">=4.0.0 <5.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- integers: ">=6.0.0 <7.0.0"
- lists: ">=7.0.0 <8.0.0"
- maybe: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.0 <7.0.0"
- st: ">=6.0.0 <7.0.0"
build_plan:
- arrays
- bifunctors
- const
- contravariant
- control
- distributive
- effect
- either
- exists
- foldable-traversable
- functions
- functors
- identity
- integers
- invariant
- lazy
- lists
- maybe
- newtype
- nonempty
- numbers
- orders
- partial
- prelude
- profunctor
- refs
- safe-coerce
- st
- tailrec
- tuples
- type-equality
- unfoldable
- unsafe-coerce
test:
dependencies:
- assert
- console
build_plan:
- assert
- console
- effect
- prelude
extra_packages: {}
packages:
arrays:
Expand Down

0 comments on commit c55cd4d

Please sign in to comment.