diff options
Diffstat (limited to 'Setup.hs')
| -rw-r--r-- | Setup.hs | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -24,7 +24,7 @@ tryIOE = E.try main :: IO () main = defaultMainWithHooks simpleUserHooks{ preBuild =gfPreBuild - , postBuild=buildRGL + , postBuild=gfPostBuild , preInst =gfPreInst , postInst =gfPostInst , preCopy =const . checkRGLArgs @@ -41,6 +41,11 @@ main = defaultMainWithHooks simpleUserHooks{ preBuild =gfPreBuild extractDarcsVersion distFlag return h + gfPostBuild args flags pkg lbi = + do buildRGL args flags pkg lbi + let gf = default_gf pkg lbi + buildWeb gf args flags pkg lbi + gfPostInst args flags pkg lbi = do installRGL args flags pkg lbi let gf = default_gf pkg lbi |
