change module exports

This commit is contained in:
2024-11-10 19:33:39 +00:00
parent 030eb6d022
commit 1034a4c0b3
3 changed files with 16 additions and 12 deletions

View File

@@ -3,9 +3,11 @@ module Main where
import P2PRC
( runP2PRC
, MapPortRequest(MkMapPortRequest)
)
main :: IO ()
main =
runP2PRC 8080 "jose.akilan.io"
runP2PRC
( MkMapPortRequest 8080 "jose.akilan.io"
)