Cosmetic cleanup of GHC flags.
authorJulien Moutinho <julm+symantic@autogeree.net>
Fri, 10 Mar 2017 00:20:04 +0000 (01:20 +0100)
committerJulien Moutinho <julm+symantic@autogeree.net>
Fri, 10 Mar 2017 00:35:01 +0000 (01:35 +0100)
symantic-lib/Language/Symantic/Lib/Applicative/Test.hs
symantic-lib/Language/Symantic/Lib/Foldable/Test.hs
symantic-lib/Language/Symantic/Lib/Functor/Test.hs
symantic-lib/Language/Symantic/Lib/Map/Test.hs
symantic-lib/Language/Symantic/Lib/MonoFunctor/Test.hs
symantic-lib/Language/Symantic/Lib/Num/Test.hs
symantic-lib/Language/Symantic/Lib/Tuple2/Test.hs
symantic-lib/Language/Symantic/Typing/Test.hs
symantic-lib/symantic-lib.cabal

index afb9abf8eeb0770b4b8f7c9eafd48a7daff1988a..2c0f56e971381c019614919064a649160fd09834 100644 (file)
@@ -1,5 +1,4 @@
 {-# OPTIONS_GHC -fno-warn-missing-signatures #-}
-{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
 module Lib.Applicative.Test where
 
 import Test.Tasty
index 4960ca8754735854dfb0fd09bf5d6f71db0bc8e9..87697531bb6f8ac6779c2ff364d80ffc590aac52 100644 (file)
@@ -1,5 +1,4 @@
 {-# OPTIONS_GHC -fno-warn-missing-signatures #-}
-{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
 module Lib.Foldable.Test where
 
 import Test.Tasty
index 4a48fedf317ff0487100c92abeae0fc726095dc9..085c3b6dc69b6e11476d6b8c03ae371ac8cfc781 100644 (file)
@@ -1,5 +1,4 @@
 {-# OPTIONS_GHC -fno-warn-missing-signatures #-}
-{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
 module Lib.Functor.Test where
 
 import Test.Tasty
index 6e47d1a325cf4a5e00541795c2c5ceed6ecf2cf8..e10141667b72ffe6c97625749187cb28cec75402 100644 (file)
@@ -1,5 +1,4 @@
 {-# OPTIONS_GHC -fno-warn-missing-signatures #-}
-{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
 module Lib.Map.Test where
 
 import Test.Tasty
index 65e845a3651b507d86e48456287b76836ee43d8b..0807c344ca1eec2dc95b91f22e10d086aae7bb94 100644 (file)
@@ -1,5 +1,4 @@
 {-# OPTIONS_GHC -fno-warn-missing-signatures #-}
-{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
 module Lib.MonoFunctor.Test where
 
 import Test.Tasty
index 9c2a5e3a55becb5ccaca6a0adea15249ecf84c26..31f6d580f0358b83d25a5d4273d4dddea9b5c4f4 100644 (file)
@@ -1,8 +1,7 @@
-{-# OPTIONS_GHC -fno-warn-orphans #-}
-{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
-{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
 {-# LANGUAGE UndecidableInstances #-}
 {-# LANGUAGE StandaloneDeriving #-}
+{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
+{-# OPTIONS_GHC -fno-warn-orphans #-}
 module Lib.Num.Test where
 
 import Test.Tasty
index ed29402f572f86f006d7f64bedd86b6231f58e51..0a90bbee0aa5a7a49f31d5bad2e2905ef30372a9 100644 (file)
@@ -1,5 +1,4 @@
 {-# OPTIONS_GHC -fno-warn-missing-signatures #-}
-{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
 module Lib.Tuple2.Test where
 
 import Test.Tasty
index 443c82f75398f719066486341a1b73b723da8793..349b807bd921d4299605fa931d6dcd429e05d62d 100644 (file)
@@ -1,6 +1,5 @@
 {-# LANGUAGE UndecidableInstances #-}
 {-# OPTIONS_GHC -fno-warn-orphans #-}
-{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
 module Typing.Test where
 
 import Test.Tasty
index 05056a324bf76830f2a92029dfcb6ae593aaebcd..4cc105dcce920ac363359335f6f33213493b3be9 100644 (file)
@@ -42,7 +42,6 @@ Library
     TypeFamilies
     TypeOperators
   ghc-options: -Wall
-               -fwarn-incomplete-patterns
                -fno-warn-tabs
                -fprint-explicit-kinds
   default-language: Haskell2010
@@ -103,13 +102,12 @@ Test-Suite symantic-test
     TypeFamilies
     TypeOperators
   default-language: Haskell2010
-  ghc-options: -Wall
-               -fwarn-incomplete-patterns
+  ghc-options: -main-is Test
+               -Wall
                -fno-warn-tabs
-               -main-is Test
-              -- -dshow-passes
-              -- -fmax-simplifier-iterations=0
-              -- -fprint-explicit-kinds
+               -- Speedup compiling a lot :
+               -O0
+               -- -dshow-passes
   hs-source-dirs: Language/Symantic
   main-is: Test.hs
   other-modules:
@@ -159,9 +157,9 @@ Test-Suite ebnf
     TypeFamilies
     TypeApplications
     TypeOperators
-  ghc-options: -Wall
+  ghc-options: -main-is Parsing.EBNF
+               -Wall
                -fno-warn-tabs
-               -main-is Parsing.EBNF
   main-is: Parsing/EBNF.hs
   default-language: Haskell2010
   hs-source-dirs: Language/Symantic