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