]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Everything.hs
Move the last two MRI-specific variables out of MRI.hs and into the command-line...
[spline3.git] / src / Everything.hs
index e25e7242e2db20bc4ac8b2884dcada74453cbddf..242aabe46c1e308726b36cf6a9bad792c7f7aed9 100644 (file)
@@ -1,3 +1,5 @@
+{-# OPTIONS_HADDOCK hide, prune, ignore-exports #-}
+
 -- | This module just imports the others. Useful in GHCi sessions.
 module Everything (
   module X
@@ -6,7 +8,6 @@ where
 
 import Cardinal as X
 import Comparisons as X
-import Cube as X hiding (h)
 import Examples as X
 import Face as X hiding (v0,v1,v2,v3)
 import FunctionValues as X
@@ -14,5 +15,6 @@ import Grid as X
 import Misc as X
 import Point as X
 import RealFunction as X
-import Tetrahedron as X hiding (fv)
+import Tetrahedron as X
 import Values as X
+import Volumetric as X
\ No newline at end of file