packages feed

alex-3.0.3: test.hs

import System.Cmd (system)
import System.Exit (exitWith)

main = system "make -k -C tests clean all" >>= exitWith