packages feed

codec-0.1: TestExamples.hs

module Main where

-- No testing yet, just check that the examples all build.

import Examples.Foreign
import Examples.IP
import Examples.JSON
import Examples.Multi
import Examples.Tar

import System.Exit

main :: IO ()
main = exitSuccess