We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3697b commit 3001639Copy full SHA for 3001639
src/Node/Http2/Constants/NGHTTP2.purs
@@ -1,4 +1,4 @@
1
-module Node.Http2.Constants where
+module Node.Http2.Constants.NGHTTP2 where
2
3
foreign import noError :: Int
4
foreign import protocolError :: Int
test/Test/Main.purs
@@ -15,7 +15,7 @@ import Node.Encoding (Encoding(..))
15
import Node.EventEmitter (on)
16
import Node.FS.Sync as FS
17
import Node.Http2.Client as Client
18
-import Node.Http2.Constants as NGHTTP2
+import Node.Http2.Constants.NGHTTP2 as NGHTTP2
19
import Node.Http2.Server as Server
20
import Node.Http2.Session as Session
21
import Node.Http2.Stream (toDuplex)
0 commit comments