summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-10-12 18:27:46 +0000
committerhallgren <hallgren@chalmers.se>2011-10-12 18:27:46 +0000
commit8266df8f5898ea8c3a6a5179e905f8a2c5c950a7 (patch)
treeb9323aca57c6bcd8317e9d1966866d50810becee /Setup.hs
parent44d1a5a9f71b03d9aceeccd760a63fcdc45f8bad (diff)
Bug fixes for gf -server mode and setup
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs8
1 files changed, 4 insertions, 4 deletions
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