Skip to content

Commit

Permalink
Update ee/streams/net/tls: drop *Via functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Jun 16, 2023
1 parent d6d0881 commit 969957b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ let upstream =
sha256:cb9995a97812b86f41f6d8efe4be981b55cd924252002f256084cfe2836bdfd6

in upstream
with node-event-emitter.version = "v2.0.0"
with node-event-emitter.version = "7da1c367c338be31fb05e22078e8edc5489904e2"
with node-event-emitter.dependencies =
[ "effect"
, "either"
, "functions"
, "prelude"
, "unsafe-coerce"
]
with node-streams.version = "eb31fe5d4040d5da4b4143c9f33d11a3ab1a9bdd"
with node-streams.version = "4e12ea5fbd06923c8f2e24b4fa194236b2fabaae"
with node-streams.dependencies =
[ "effect"
, "exceptions"
Expand All @@ -22,7 +22,7 @@ in upstream
, "prelude"
, "unsafe-coerce"
]
with node-net.version = "4d408a3b5f1025f56f5c1e97cb6f833a8f04651b"
with node-net.version = "df7d82991fdf17c0d213c1e202fbb940ea3150e2"
with node-net.dependencies =
[ "console"
, "datetime"
Expand Down Expand Up @@ -56,5 +56,5 @@ in upstream
, "unsafe-coerce"
]
, repo = "https://github.com/JordanMartinez/purescript-node-tls.git"
, version = "729af71451508bb51e1f3b9c056fa6ce093980eb"
, version = "30e95487ec975de72a1052e8ebe61280616e1fc2"
}

0 comments on commit 969957b

Please sign in to comment.