packages feed

cpsa-2.2.13: setup.bat

@setlocal enableextensions
@cd /d "%~dp0"
runghc Setup.hs configure 
runghc Setup.hs build

runghc Setup.hs install

pause