Tweak warnings
This commit is contained in:
@@ -96,6 +96,8 @@ executables:
|
|||||||
- -fllvm
|
- -fllvm
|
||||||
- -optlo-O3
|
- -optlo-O3
|
||||||
- -Wall
|
- -Wall
|
||||||
|
#- -Wcompat
|
||||||
|
#- -Wincomplete-record-updates
|
||||||
#- -Wincomplete-uni-patterns
|
#- -Wincomplete-uni-patterns
|
||||||
- -Widentities
|
- -Widentities
|
||||||
- -Wredundant-constraints
|
- -Wredundant-constraints
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{-# LANGUAGE DeriveAnyClass #-}
|
--{-# LANGUAGE DeriveAnyClass #-}
|
||||||
--{-# LANGUAGE DeriveGeneric #-}
|
--{-# LANGUAGE DeriveGeneric #-}
|
||||||
{-# LANGUAGE StandaloneDeriving #-}
|
--{-# LANGUAGE StandaloneDeriving #-}
|
||||||
--{-# LANGUAGE TemplateHaskell #-}
|
--{-# LANGUAGE TemplateHaskell #-}
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||||
|
|||||||
Reference in New Issue
Block a user