create Network.GemServ module

This commit is contained in:
2021-10-22 12:49:03 -04:00
parent 66d459b5b9
commit 2a11520a5f
5 changed files with 63 additions and 8 deletions
+2 -1
View File
@@ -23,8 +23,9 @@ License along with this program. If not, see
module Main (main) where
import Test.Hspec (hspec)
import qualified Network.GemServSpec as GemServ
main :: IO ()
main = hspec $ return ()
main = hspec GemServ.spec
--jl