module Development.IDE.Graph.Classes(
    Show(..), Typeable, Eq(..), Hashable(..), NFData(..)
    ) where

import Control.DeepSeq
import Data.Hashable
import Data.Typeable