We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a2aa9 commit 5e90c48Copy full SHA for 5e90c48
2 files changed
bower.json
@@ -24,6 +24,7 @@
24
"purescript-http-methods": "^4.0.2",
25
"purescript-indexed-monad": "^1.0.0",
26
"purescript-media-types": "^4.0.1",
27
+ "purescript-node-buffer": "^5.0.0",
28
"purescript-node-fs-aff": "^6.0.0",
29
"purescript-node-http": "^5.0.1",
30
"purescript-ordered-collections": "^1.6.1",
spago.dhall
@@ -1,4 +1,6 @@
1
-{ name =
+{ sources =
2
+ [ "src/**/*.purs", "test/**/*.purs" ]
3
+, name =
4
"hyper"
5
, dependencies =
6
[ "aff"
@@ -13,6 +15,7 @@
13
15
, "http-methods"
14
16
, "indexed-monad"
17
, "media-types"
18
+ , "node-buffer"
19
, "node-fs-aff"
20
, "node-http"
21
, "ordered-collections"
0 commit comments