create Network.GemServ module
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user