diff --git a/package.yaml b/package.yaml index d0c96290a..dfb82f7f6 100644 --- a/package.yaml +++ b/package.yaml @@ -96,6 +96,8 @@ executables: - -fllvm - -optlo-O3 - -Wall + #- -Wcompat + #- -Wincomplete-record-updates #- -Wincomplete-uni-patterns - -Widentities - -Wredundant-constraints diff --git a/src/Quaternion.hs b/src/Quaternion.hs index af149cd58..d8fa99e88 100644 --- a/src/Quaternion.hs +++ b/src/Quaternion.hs @@ -1,6 +1,6 @@ -{-# LANGUAGE DeriveAnyClass #-} +--{-# LANGUAGE DeriveAnyClass #-} --{-# LANGUAGE DeriveGeneric #-} -{-# LANGUAGE StandaloneDeriving #-} +--{-# LANGUAGE StandaloneDeriving #-} --{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE ScopedTypeVariables #-} {-# OPTIONS_GHC -fno-warn-orphans #-}