[commit: hadrian] master: Add all the default-on extensions to build.global-db.bat (#587) (d8190ba)

git at git.haskell.org git at git.haskell.org
Fri Jun 8 00:02:16 UTC 2018


Repository : ssh://git@git.haskell.org/hadrian

On branch  : master
Link       : http://git.haskell.org/hadrian.git/commitdiff/d8190ba0a22ba6d0efbacf64e0186511fdb0fd34

>---------------------------------------------------------------

commit d8190ba0a22ba6d0efbacf64e0186511fdb0fd34
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Fri Apr 27 22:52:49 2018 +0100

    Add all the default-on extensions to build.global-db.bat (#587)


>---------------------------------------------------------------

d8190ba0a22ba6d0efbacf64e0186511fdb0fd34
 build.global-db.bat | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

diff --git a/build.global-db.bat b/build.global-db.bat
index 0d6a696..1022beb 100644
--- a/build.global-db.bat
+++ b/build.global-db.bat
@@ -3,19 +3,25 @@ setlocal
 cd %~dp0
 mkdir bin 2> nul
 
-set ghcArgs=--make                     ^
-            -Wall                      ^
-            -fno-warn-name-shadowing   ^
-            -XRecordWildCards          ^
-            src\Main.hs                ^
-            -threaded                  ^
-            -isrc                      ^
-            -i..\libraries\Cabal\Cabal ^
-            -rtsopts                   ^
-            -with-rtsopts=-I0          ^
-            -outputdir=bin             ^
-            -j                         ^
-            -O                         ^
+set ghcArgs=--make                       ^
+            -Wall                        ^
+            -fno-warn-name-shadowing     ^
+            -XDeriveGeneric              ^
+            -XFlexibleInstances          ^
+            -XGeneralizedNewtypeDeriving ^
+            -XLambdaCase                 ^
+            -XRecordWildCards            ^
+            -XScopedTypeVariables        ^
+            -XTupleSections              ^
+            src\Main.hs                  ^
+            -threaded                    ^
+            -isrc                        ^
+            -i..\libraries\Cabal\Cabal   ^
+            -rtsopts                     ^
+            -with-rtsopts=-I0            ^
+            -outputdir=bin               ^
+            -j                           ^
+            -O                           ^
             -o bin\hadrian
 
 set hadrianArgs=--lint      ^



More information about the ghc-commits mailing list