{-# OPTIONS -Wall #-}

--------------------------------------------------------------------------------
-- |
-- Module      :  Wumpus.Drawing.Paths
-- Copyright   :  (c) Stephen Tetley 2010-2011
-- License     :  BSD3
--
-- Maintainer  :  Stephen Tetley <stephen.tetley@gmail.com>
-- Stability   :  highly unstable
-- Portability :  GHC
--
-- Shim import module for Paths.
--
-- Note MonadicConstruction is not exported, this module is 
-- somewhat out-of-date and needs a re-think.
-- 
--------------------------------------------------------------------------------

module Wumpus.Drawing.Paths 
  ( 

    module Wumpus.Drawing.Paths.Base
  , module Wumpus.Drawing.Paths.Connectors
  , module Wumpus.Drawing.Paths.ControlPoints

  ) where

import Wumpus.Drawing.Paths.Base
import Wumpus.Drawing.Paths.Connectors
import Wumpus.Drawing.Paths.ControlPoints