Skip to content

Commit

Permalink
Force node-buffer to be 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Aug 1, 2023
1 parent d201af0 commit 7042bc8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ in upstream
, "prelude"
, "unsafe-coerce"
]
with node-buffer.version = "v9.0.0"
with node-buffer.dependencies =
[ "arraybuffer-types"
, "effect"
, "maybe"
, "st"
, "unsafe-coerce"
, "nullable"
]
with node-streams.version = "v9.0.0"
with node-streams.dependencies =
[ "aff"
Expand Down Expand Up @@ -79,5 +88,5 @@ in upstream
, "unsafe-coerce"
]
, repo = "https://github.com/JordanMartinez/purescript-node-tls.git"
, version = "v0.3.0"
, version = "v0.3.1"
}

0 comments on commit 7042bc8

Please sign in to comment.