summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2021-03-08 13:48:30 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2021-03-08 13:48:30 +0100
commit9b4f2dd18b64b770aaebfa1885085e8e3447f119 (patch)
treedb4d65ebeead6615bb1cfefd41eceb7a392f2375 /Setup.hs
parent9dda5dfa8a7b878b28ff3503bfa3e0fcabb51a23 (diff)
Remove notice about RGL not being included anymore from build scripts
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Setup.hs b/Setup.hs
index 1ee9cec92..f8309cc00 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -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)