From 61f7e8781217f7b7d8ce27f8e27c800ae8011d34 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 4 Mar 2019 20:18:23 -0500 Subject: [PATCH] src/Everything.hs: disable missing import list warning. The point of this module is to import everything, for convenience. --- src/Everything.hs | 1 + 1 file changed, 1 insertion(+) 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. -- 2.43.2