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
- -optlo-O3
- -Wall
#- -Wcompat
#- -Wincomplete-record-updates
#- -Wincomplete-uni-patterns
- -Widentities
- -Wredundant-constraints
+2 -2
View File
@@ -1,6 +1,6 @@
{-# LANGUAGE DeriveAnyClass #-}
--{-# LANGUAGE DeriveAnyClass #-}
--{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE StandaloneDeriving #-}
--{-# LANGUAGE StandaloneDeriving #-}
--{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}