packages feed

ghc-debug-common-0.3.0.0: src/GHC/Debug/Types/Version.hs

module GHC.Debug.Types.Version where

import Data.Word

data Version = Version { v_major :: Word32
                       , v_patch :: Word32
                       } deriving (Show, Ord, Eq)