From 8266df8f5898ea8c3a6a5179e905f8a2c5c950a7 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 12 Oct 2011 18:27:46 +0000 Subject: Bug fixes for gf -server mode and setup --- Setup.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Setup.hs') diff --git a/Setup.hs b/Setup.hs index 68d4035a4..38b4ed1f6 100644 --- a/Setup.hs +++ b/Setup.hs @@ -28,12 +28,12 @@ main = defaultMainWithHooks simpleUserHooks{ preBuild =checkRGLArgs } where gfPostInst args flags pkg lbi = - do installWeb args flags pkg lbi - installRGL args flags pkg lbi + do installRGL args flags pkg lbi + installWeb args flags pkg lbi gfPostCopy args flags pkg lbi = - do copyWeb args flags pkg lbi - copyRGL args flags pkg lbi + do copyRGL args flags pkg lbi + copyWeb args flags pkg lbi -------------------------------------------------------- -- Commands for building the Resource Grammar Library -- cgit v1.2.3