packages feed

cloudy-0.1.0.0: test/Test.hs

module Main where

import Test.Cloudy (cloudyTests)
import Test.Tasty (defaultMain)

main :: IO ()
main = defaultMain cloudyTests