Rename lots of modules

This commit is contained in:
2021-11-05 22:57:15 +01:00
parent 34910f853b
commit 7f542646dd
41 changed files with 130 additions and 113 deletions

View File

@@ -15,8 +15,8 @@ Some of these functions use sophisticated logging.
-}
module GHCup.System.Process.Posix where
import GHCup.Utils.Prelude
import GHCup.Utils.Logger
import GHCup.Prelude
import GHCup.Logger
import GHCup.Types
import GHCup.Types.Optics
import GHCup.System.Process.Common

View File

@@ -16,7 +16,7 @@ Some of these functions use sophisticated logging.
module GHCup.System.Process.Windows where
import {-# SOURCE #-} GHCup.Utils ( getLinkTarget, pathIsLink )
import GHCup.Utils.Dirs
import GHCup.Directories
import GHCup.Types
import GHCup.Types.Optics
import GHCup.System.Directory