wumpus-drawing-0.4.0: src/Wumpus/Drawing/Paths/Absolute.hs
{-# OPTIONS -Wall #-}
--------------------------------------------------------------------------------
-- |
-- Module : Wumpus.Drawing.Paths.Abolute
-- Copyright : (c) Stephen Tetley 2011
-- License : BSD3
--
-- Maintainer : Stephen Tetley <stephen.tetley@gmail.com>
-- 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