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

@@ -23,6 +23,7 @@ module GHCup.Utils.Prelude where
import GHCup.Types
#endif
import GHCup.Types.Optics
import {-# SOURCE #-} GHCup.Utils.Logger
import Control.Applicative
import Control.Exception.Safe