]> Git — Sourcephile - haskell/symantic-http.git/blob - symantic-http-test/Main.hs
Bump stack resolver to lts-13.19
[haskell/symantic-http.git] / symantic-http-test / Main.hs
1 module Main where
2
3 import Hspec.Utils
4 import qualified Hspec
5
6 main :: IO ()
7 main = do
8 defaultMain =<< testGroup "Symantic.HTTP"
9 <$> Hspec.hspec