Fix reading of older Cabal setup-configs
This commit is contained in:
7
Language/Haskell/GhcMod/Cabal18.hs
Normal file
7
Language/Haskell/GhcMod/Cabal18.hs
Normal file
@@ -0,0 +1,7 @@
|
||||
-- | ComponentLocalBuildInfo for Cabal >= 1.18
|
||||
module Language.Haskell.GhcMod.Cabal18 (
|
||||
ComponentLocalBuildInfo
|
||||
, componentPackageDeps
|
||||
) where
|
||||
|
||||
import Distribution.Simple.LocalBuildInfo (ComponentLocalBuildInfo(..))
|
||||
Reference in New Issue
Block a user