1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 03:09:48 +03:00

hushing more warnings

This commit is contained in:
Ayman Nadeem 2020-05-18 19:05:18 -04:00
parent 4d0a1151af
commit d00c95e9f5
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
module Language.CodeQL.Tags
( ToTags (..),

View File

@ -3,6 +3,7 @@
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
module Language.Go.Tags
( ToTags (..),

View File

@ -4,6 +4,7 @@
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
module Language.Java.Tags
( ToTags (..),

View File

@ -5,6 +5,7 @@
{-# LANGUAGE OverloadedLists #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
module Language.PHP.Tags
( tags,