From: Michael Orlitzky Date: Tue, 5 Mar 2019 01:18:23 +0000 (-0500) Subject: src/Everything.hs: disable missing import list warning. X-Git-Tag: 1.0.1~39 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=61f7e8781217f7b7d8ce27f8e27c800ae8011d34 src/Everything.hs: disable missing import list warning. The point of this module is to import everything, for convenience. --- diff --git a/src/Everything.hs b/src/Everything.hs index 9a666e7..8065a38 100644 --- a/src/Everything.hs +++ b/src/Everything.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -Wno-missing-import-lists #-} {-# OPTIONS_HADDOCK hide, prune, ignore-exports #-} -- | This module just imports the others. Useful in GHCi sessions.