8 lines
224 B
Haskell
8 lines
224 B
Haskell
|
-- | ComponentLocalBuildInfo for Cabal >= 1.18
|
||
|
module Language.Haskell.GhcMod.Cabal18 (
|
||
|
ComponentLocalBuildInfo
|
||
|
, componentPackageDeps
|
||
|
) where
|
||
|
|
||
|
import Distribution.Simple.LocalBuildInfo (ComponentLocalBuildInfo(..))
|