Tweak warnings

This commit is contained in:
2022-08-23 08:15:07 +01:00
parent 715008a030
commit faf75f4fe7
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -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
View File
@@ -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 #-}