{-# OPTIONS -Wall #-} -------------------------------------------------------------------------------- -- | -- Module : Wumpus.Drawing.Arrows -- Copyright : (c) Stephen Tetley 2010 -- License : BSD3 -- -- Maintainer : Stephen Tetley -- Stability : highly unstable -- Portability : GHC -- -- Shim module for arrow connectors and arrowheads. -- -------------------------------------------------------------------------------- module Wumpus.Drawing.Arrows ( module Wumpus.Drawing.Arrows.Tips , module Wumpus.Drawing.Arrows.Connectors ) where import Wumpus.Drawing.Arrows.Tips import Wumpus.Drawing.Arrows.Connectors