summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
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