module Fixme.Prelude ( module All , GitHash(..) , Serialise(..) ) where import HBS2.Prelude.Plated as All import HBS2.Misc.PrettyStuff as All import HBS2.System.Logger.Simple.ANSI as All import HBS2.Git.Local (GitHash(..)) import Codec.Serialise (Serialise(..)) import Data.Functor as All import Data.Function as All import UnliftIO as All import System.FilePattern as All import Control.Monad.Reader as All