Cabal-syntax: trade TypeFamilies for FunctionalDependencies #10529
Annotations
1 error and 2 warnings
|
hlint
HLint failed with status: 1. Warning (2)
|
|
hlint:
Cabal-syntax/src/Distribution/Compat/Graph.hs#L7
Warning in module Distribution.Compat.Graph: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE TypeOperators #-}" ▫︎ Note: may require `{-# LANGUAGE ExplicitNamespaces #-}` adding to the top of the file
|
|
hlint:
Cabal-syntax/src/Distribution/Compat/Graph.hs#L5
Warning in module Distribution.Compat.Graph: Unused LANGUAGE pragma ▫︎ Found: "{-# LANGUAGE MultiParamTypeClasses #-}" ▫︎ Note: may require `{-# LANGUAGE ConstrainedClassMethods #-}` adding to the top of the file Extension MultiParamTypeClasses is implied by FunctionalDependencies
|