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

@@ -38,6 +38,7 @@ import GHCup.Types
import GHCup.Types.JSON ( )
import GHCup.Types.Optics
import GHCup.Utils.MegaParsec
import GHCup.Utils.Logger
import GHCup.Utils.Prelude
import Control.Exception.Safe