diff options
| author | hallgren <hallgren@chalmers.se> | 2011-10-12 18:27:46 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-10-12 18:27:46 +0000 |
| commit | 8266df8f5898ea8c3a6a5179e905f8a2c5c950a7 (patch) | |
| tree | b9323aca57c6bcd8317e9d1966866d50810becee /Setup.hs | |
| parent | 44d1a5a9f71b03d9aceeccd760a63fcdc45f8bad (diff) | |
Bug fixes for gf -server mode and setup
Diffstat (limited to 'Setup.hs')
| -rw-r--r-- | Setup.hs | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
