packages feed

hls-graph-1.5.1.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