Skip to content

Commit

Permalink
Remove unnecessary use of -Wno-missing-signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Dec 22, 2019
1 parent d06c203 commit 37b316e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
{-# LANGUAGE TemplateHaskell, ScopedTypeVariables, TypeFamilies,
UndecidableInstances, GADTs, DataKinds, PolyKinds,
TypeApplications #-}
{-# OPTIONS_GHC -Wno-missing-signatures #-}

module Data.Singletons.Prelude.List.Internal.Disambiguation where

Expand Down

0 comments on commit 37b316e

Please sign in to comment.