1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

don't warn on incomplete patterns

This commit is contained in:
Ayman Nadeem 2020-05-18 18:29:56 -04:00
parent 23df2d5316
commit 825266b8ee
3 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,8 @@
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
{-# HLINT ignore "Reduce duplication" #-}

View File

@ -5,6 +5,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
module Language.TSX.Tags
( ToTags (..),

View File

@ -8,7 +8,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
module Language.TypeScript.Tags
( ToTags (..),