]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
src/Everything.hs: disable missing import list warning.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 01:18:23 +0000 (20:18 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 01:18:23 +0000 (20:18 -0500)
The point of this module is to import everything, for convenience.

src/Everything.hs

index 9a666e7bdea9bd0493c6abcd9e5546f32c0a9d1a..8065a38e8e40f8c541ca9271145e3a5fafc25a2f 100644 (file)
@@ -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.