Skip to content

Commit 3001639

Browse files
Fix module path
1 parent ee3697b commit 3001639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Node/Http2/Constants/NGHTTP2.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Node.Http2.Constants where
1+
module Node.Http2.Constants.NGHTTP2 where
22

33
foreign import noError :: Int
44
foreign import protocolError :: Int

test/Test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Node.Encoding (Encoding(..))
1515
import Node.EventEmitter (on)
1616
import Node.FS.Sync as FS
1717
import Node.Http2.Client as Client
18-
import Node.Http2.Constants as NGHTTP2
18+
import Node.Http2.Constants.NGHTTP2 as NGHTTP2
1919
import Node.Http2.Server as Server
2020
import Node.Http2.Session as Session
2121
import Node.Http2.Stream (toDuplex)

0 commit comments

Comments
 (0)