packages feed

composite-base-0.4.2.0: test/Main.hs

import RecordSpec (recordSuite)
import THSpec (thSuite)
import Test.Hspec (hspec)

main :: IO ()
main = hspec $ do
  recordSuite
  thSuite