summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Setup.hs b/Setup.hs
index d1bc4439c..5a2113ce6 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -36,12 +36,10 @@ main = defaultMainWithHooks simpleUserHooks{ preBuild = gfPreBuild
gfPostInst args flags pkg lbi =
do installRGL args flags (pkg,lbi)
- let gf = default_gf lbi
installWeb (pkg,lbi)
gfPostCopy args flags pkg lbi =
- do let gf = default_gf lbi
- copyRGL args flags (pkg,lbi)
+ do copyRGL args flags (pkg,lbi)
copyWeb flags (pkg,lbi)
--------------------------------------------------------