Move the core functionality into new package ghc-mod-core

This commit is contained in:
Alan Zimmerman
2017-09-25 15:22:27 +02:00
parent 6bf0ac7de8
commit e0df6b02e3
14 changed files with 913 additions and 53 deletions

View File

@@ -3,7 +3,7 @@ module CabalHelperSpec where
import Control.Arrow
import Control.Applicative
import Distribution.Helper
import Distribution.Helper hiding ( (<.>) )
import GhcMod.CabalHelper
import GhcMod.PathsAndFiles
import GhcMod.Error