Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
chore: updated a few dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prescientmoon committed Oct 26, 2020
1 parent 3649dd4 commit 4113f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/spago.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ name = "lunarflow-core"
, dependencies =
[ "data-default"
, "prelude"
, "debug"
, "debugged"
, "generics-rep"
Expand All @@ -17,6 +18,7 @@
, "fixed-points"
, "matryoshka"
, "lunarflow-utils"
, "lunarflow-benchmarks"
]
, packages = ../../packages.dhall
, sources = [ "src/**/*.purs" ]
Expand Down
1 change: 1 addition & 0 deletions packages/geometry/spago.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ name = "lunarflow-geometry"
, dependencies =
[ "psci-support"
, "prelude"
, "unsafe-coerce"
, "effect"
, "canvas"
Expand Down

0 comments on commit 4113f9c

Please sign in to comment.