Skip to content

Commit

Permalink
chore: Add warning suppression for ghc 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Sep 3, 2023
1 parent 66eef12 commit 77e2ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cimple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ test-suite testsuite
, Language.Cimple.PrettySpec
ghc-options:
-Wall
-fno-warn-unused-imports
-Wno-unused-imports
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
Expand Down
1 change: 1 addition & 0 deletions test/Language/Cimple/AstSpec.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ViewPatterns #-}
Expand Down

0 comments on commit 77e2ede

Please sign in to comment.