{-# OPTIONS -Wall #-} -------------------------------------------------------------------------------- -- | -- Module : Wumpus.Drawing.VersionNumber -- Copyright : (c) Stephen Tetley 2010-2012 -- License : BSD3 -- -- Maintainer : stephen.tetley@gmail.com -- Stability : unstable -- Portability : GHC -- -- Version number -- -------------------------------------------------------------------------------- module Wumpus.Drawing.VersionNumber ( wumpus_drawing_version ) where -- | Version number -- -- > (0,9,0) -- wumpus_drawing_version :: (Int,Int,Int) wumpus_drawing_version = (0,9,0)