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