packages feed

hls-graph-1.6.0.0: src/Development/IDE/Graph/Classes.hs

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

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