{-# OPTIONS -Wall #-} -------------------------------------------------------------------------------- -- | -- Module : Wumpus.Drawing.Paths.Abolute -- Copyright : (c) Stephen Tetley 2011 -- License : BSD3 -- -- Maintainer : Stephen Tetley -- Stability : highly unstable -- Portability : GHC -- -- Shim import module for the Absolute Path modules. -- -- -------------------------------------------------------------------------------- module Wumpus.Drawing.Paths.Absolute ( module Wumpus.Drawing.Paths.Base.AbsPath , module Wumpus.Drawing.Paths.Base.PathBuilder ) where import Wumpus.Drawing.Paths.Base.AbsPath import Wumpus.Drawing.Paths.Base.PathBuilder