Skip to content

Commit

Permalink
disable x-partial
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Dec 21, 2023
1 parent 92c5c98 commit 0158bce
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CmdLine.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# HLint ignore "Avoid restricted flags" #-}
{-# LANGUAGE ImportQualifiedPost, CPP #-}
{-# LANGUAGE PatternGuards, DeriveDataTypeable, TupleSections #-}
{-# OPTIONS_GHC -Wno-missing-fields -fno-cse -O0 #-}
{-# OPTIONS_GHC -Wno-missing-fields -fno-cse -O0 -Wno-x-partial #-}

Check failure on line 4 in src/CmdLine.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 4 in src/CmdLine.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 4 in src/CmdLine.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial

Check failure on line 4 in src/CmdLine.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial

module CmdLine(
Cmd(..), getCmd,
Expand Down
2 changes: 2 additions & 0 deletions src/Config/Yaml.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# HLint ignore "Avoid restricted flags" #-}
{-# OPTIONS_GHC -Wno-x-partial #-}

Check failure on line 2 in src/Config/Yaml.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Config/Yaml.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Config/Yaml.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Config/Yaml.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial
{-# LANGUAGE ImportQualifiedPost #-}
{-# LANGUAGE CPP #-}
{-# LANGUAGE FlexibleContexts #-}
Expand Down
2 changes: 2 additions & 0 deletions src/GHC/All.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# HLint ignore "Avoid restricted flags" #-}
{-# OPTIONS_GHC -Wno-x-partial #-}

Check failure on line 2 in src/GHC/All.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/GHC/All.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/GHC/All.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/GHC/All.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE ViewPatterns #-}

Expand Down
2 changes: 2 additions & 0 deletions src/Hint/List.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# HLint ignore "Avoid restricted flags" #-}
{-# OPTIONS_GHC -Wno-x-partial #-}

Check failure on line 2 in src/Hint/List.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Hint/List.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Hint/List.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Hint/List.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial
{-# LANGUAGE ImportQualifiedPost #-}
{-# LANGUAGE ViewPatterns, PatternGuards, FlexibleContexts #-}
{-
Expand Down
2 changes: 2 additions & 0 deletions src/Refact.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# HLint ignore "Avoid restricted flags" #-}

Check failure on line 1 in src/Refact.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.8)

Unrecognised pragma: HLINT

Check failure on line 1 in src/Refact.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.8)

Unrecognised pragma: HLINT

Check failure on line 1 in src/Refact.hs

View workflow job for this annotation

GitHub Actions / test (windows-latest, 9.8)

Unrecognised pragma: HLINT

Check failure on line 1 in src/Refact.hs

View workflow job for this annotation

GitHub Actions / test (windows-latest, 9.8)

Unrecognised pragma: HLINT

Check failure on line 1 in src/Refact.hs

View workflow job for this annotation

GitHub Actions / test (macOS-latest, 9.8)

Unrecognised pragma: HLINT

Check failure on line 1 in src/Refact.hs

View workflow job for this annotation

GitHub Actions / test (macOS-latest, 9.8)

Unrecognised pragma: HLINT
{-# OPTIONS_GHC -Wno-x-partial #-}

Check failure on line 2 in src/Refact.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Refact.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Refact.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Refact.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial
{-# LANGUAGE ImportQualifiedPost #-}
{-# LANGUAGE LambdaCase #-}

Expand Down
2 changes: 2 additions & 0 deletions src/Summary.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# HLint ignore "Avoid restricted flags" #-}
{-# OPTIONS_GHC -Wno-x-partial #-}

Check failure on line 2 in src/Summary.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Summary.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.4)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Summary.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial

Check failure on line 2 in src/Summary.hs

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 9.6)

unrecognised warning flag: -Wno-x-partial
{-# LANGUAGE ImportQualifiedPost #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE DeriveGeneric #-}
Expand Down

0 comments on commit 0158bce

Please sign in to comment.