X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FEverything.hs;h=8065a38e8e40f8c541ca9271145e3a5fafc25a2f;hb=83ef0aaeae074756e4ee90d72d3e27e74e136061;hp=242aabe46c1e308726b36cf6a9bad792c7f7aed9;hpb=02df1d5763a5d2bfe750bbc30b5c001ee9b23b17;p=spline3.git diff --git a/src/Everything.hs b/src/Everything.hs index 242aabe..8065a38 100644 --- a/src/Everything.hs +++ b/src/Everything.hs @@ -1,20 +1,20 @@ +{-# OPTIONS_GHC -Wno-missing-import-lists #-} {-# OPTIONS_HADDOCK hide, prune, ignore-exports #-} -- | This module just imports the others. Useful in GHCi sessions. -module Everything ( - module X -) +-- +module Everything ( module X ) where import Cardinal as X import Comparisons as X import Examples as X -import Face as X hiding (v0,v1,v2,v3) +import Face as X hiding ( v0, v1, v2, v3 ) import FunctionValues as X -import Grid as X +import Grid as X import Misc as X import Point as X import RealFunction as X import Tetrahedron as X import Values as X -import Volumetric as X \ No newline at end of file +import Volumetric as X