packages feed

cpsa-2.2.12: setup.bat

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

runghc Setup.hs install

pause