packages feed

composite-base-0.4.1.0: test/Main.hs

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

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