Skip to content

Commit

Permalink
Fix transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Jun 16, 2023
1 parent 3a4bd88 commit 01c1744
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{ name = "node-http2"
, dependencies =
[ "datetime"
[ "arrays"
, "datetime"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "foreign-object"
, "functions"
, "integers"
, "maybe"
, "newtype"
, "node-buffer"
, "node-event-emitter"
, "node-fs"
Expand All @@ -16,6 +21,7 @@
, "nullable"
, "partial"
, "prelude"
, "safe-coerce"
, "unsafe-coerce"
]
, packages = ./packages.dhall
Expand Down
3 changes: 3 additions & 0 deletions test.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
, "foldable-traversable"
, "foreign-object"
, "functions"
, "integers"
, "maybe"
, "newtype"
, "node-buffer"
, "node-event-emitter"
, "node-fs"
Expand All @@ -21,6 +23,7 @@
, "partial"
, "prelude"
, "refs"
, "safe-coerce"
, "spec"
, "unsafe-coerce"
]
Expand Down

0 comments on commit 01c1744

Please sign in to comment.