gogol-core-1.0.0.0: test/Main.hs
-- Module : Main
-- Copyright : (c) 2015-2022 Brendan Hay
-- License : Mozilla Public License, v. 2.0.
-- Maintainer : Brendan Hay <brendan.g.hay@gmail.com>
-- Stability : experimental
-- Portability : non-portable (GHC extensions)
module Main (main) where
import Test.Tasty
main :: IO ()
main =
defaultMain $
testGroup
"gogol"
[]