king: diswarn tests

This commit is contained in:
pilfer-pandex 2020-11-03 21:45:39 -08:00 committed by Brendan Hay
parent 0567f24959
commit 108b6ed485
No known key found for this signature in database
GPG Key ID: 80E915C54A7C457D
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
{-# OPTIONS_GHC -Wno-missing-signatures #-}
module Main (main) where
import Prelude

View File

@ -1,4 +1,4 @@
{-# OPTIONS_GHC -Wno-deprecations #-}
{-# OPTIONS_GHC -Wno-deprecations -Wno-orphans #-}
module Main (main) where