hix-0.7.1: Haskell/Nix development build tools
Safe HaskellSafe-Inferred
LanguageGHC2021

Hix.Managed.Handlers.Build.Prod

Synopsis

Documentation

nixProc :: Path Abs Dir -> [Text] -> Text -> [Text] -> M (ProcessConfig () () ()) Source #

withEnvBuilder :: forall a. BuilderResources -> CabalHandlers -> EnvContext -> Initial EnvState -> (EnvBuilder -> M a) -> M a Source #

This used to have the purpose of reading an updated GHC package db using the current managed state, but this has become obsolete.

TODO Decide whether to keep this for abstraction purposes.