diff options
Diffstat (limited to 'Setup.hs')
| -rw-r--r-- | Setup.hs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) -------------------------------------------------------- |
