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 13040cf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CmdLine.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# HLint ignore "Avoid restricted flags" #-}
{-# OPTIONS_GHC -Wno-unrecognised-warning-flags -Wno-unrecognised-pragmas -Wno-x-partial #-}
{-# LANGUAGE ImportQualifiedPost, CPP #-}
{-# LANGUAGE PatternGuards, DeriveDataTypeable, TupleSections #-}
{-# OPTIONS_GHC -Wno-missing-fields -fno-cse -O0 #-}
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-unrecognised-warning-flags -Wno-unrecognised-pragmas -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-unrecognised-warning-flags -Wno-unrecognised-pragmas -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-unrecognised-warning-flags -Wno-unrecognised-pragmas -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" #-}
{-# OPTIONS_GHC -Wno-unrecognised-warning-flags -Wno-unrecognised-pragmas -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-unrecognised-warning-flags -Wno-unrecognised-pragmas -Wno-x-partial #-}
{-# LANGUAGE ImportQualifiedPost #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE DeriveGeneric #-}
Expand Down

0 comments on commit 13040cf

Please sign in to comment.