summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-07-05 15:22:05 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2018-07-05 15:22:05 +0200
commitf9331526d18258fe3aea6143811d0f4df4784e0c (patch)
tree8b2ab378dcc7adc35e8f03c2dd898278f39f3c4e /Setup.hs
parent8b5532c1e9ad9d80df09cc0e0db70a9555f5ee92 (diff)
More cleanup in Setup and WebSetup
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)
--------------------------------------------------------