packages feed

HXQ-0.9.0: compile.bat

rem -- compile an XQuery file
rem    usage:  compile xquery-file object-file

@echo off

xquery -c %1
set FILE="%2"
if "%2"=="" goto Exit
set FILE="a.out"
:Exit
ghc -O2 --make Temp.hs -o %FILE%