{-# OPTIONS -Wall #-} -------------------------------------------------------------------------------- -- | -- Module : Wumpus.Drawing.Chains -- Copyright : (c) Stephen Tetley 2010 -- License : BSD3 -- -- Maintainer : stephen.tetley@gmail.com -- Stability : unstable -- Portability : GHC -- -- Shim module. -- -- WARNING - very unstable. -- -------------------------------------------------------------------------------- module Wumpus.Drawing.Chains ( module Wumpus.Drawing.Chains.Base , module Wumpus.Drawing.Chains.Derived ) where import Wumpus.Drawing.Chains.Base import Wumpus.Drawing.Chains.Derived