diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-03-08 13:48:30 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-03-08 13:48:30 +0100 |
| commit | 9b4f2dd18b64b770aaebfa1885085e8e3447f119 (patch) | |
| tree | db4d65ebeead6615bb1cfefd41eceb7a392f2375 /Setup.hs | |
| parent | 9dda5dfa8a7b878b28ff3503bfa3e0fcabb51a23 (diff) | |
Remove notice about RGL not being included anymore from build scripts
Diffstat (limited to 'Setup.hs')
| -rw-r--r-- | Setup.hs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,17 +28,17 @@ main = defaultMainWithHooks simpleUserHooks return emptyHookedBuildInfo gfPostBuild args flags pkg lbi = do - noRGLmsg + -- noRGLmsg let gf = default_gf lbi buildWeb gf flags (pkg,lbi) gfPostInst args flags pkg lbi = do - noRGLmsg + -- noRGLmsg saveInstallPath args flags (pkg,lbi) installWeb (pkg,lbi) gfPostCopy args flags pkg lbi = do - noRGLmsg + -- noRGLmsg saveCopyPath args flags (pkg,lbi) copyWeb flags (pkg,lbi) |
