Move logger stuff to logger module

This commit is contained in:
2021-09-23 12:53:01 +02:00
parent ef8da9bcec
commit aece305003
15 changed files with 117 additions and 81 deletions

View File

@@ -13,9 +13,9 @@ module BrickMain where
import GHCup
import GHCup.Download
import GHCup.Errors
import GHCup.Types.Optics hiding ( getGHCupInfo )
import GHCup.Types hiding ( LeanAppState(..) )
import GHCup.Utils
import GHCup.Utils.Logger
import GHCup.Utils.Prelude ( decUTF8Safe )
import GHCup.Utils.File