Skip to content

Commit 5e90c48

Browse files
committed
Add node-buffer as direct dependency.
1 parent 56a2aa9 commit 5e90c48

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"purescript-http-methods": "^4.0.2",
2525
"purescript-indexed-monad": "^1.0.0",
2626
"purescript-media-types": "^4.0.1",
27+
"purescript-node-buffer": "^5.0.0",
2728
"purescript-node-fs-aff": "^6.0.0",
2829
"purescript-node-http": "^5.0.1",
2930
"purescript-ordered-collections": "^1.6.1",

spago.dhall

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
{ name =
1+
{ sources =
2+
[ "src/**/*.purs", "test/**/*.purs" ]
3+
, name =
24
"hyper"
35
, dependencies =
46
[ "aff"
@@ -13,6 +15,7 @@
1315
, "http-methods"
1416
, "indexed-monad"
1517
, "media-types"
18+
, "node-buffer"
1619
, "node-fs-aff"
1720
, "node-http"
1821
, "ordered-collections"

0 commit comments

Comments
 (0)