stack-lib-0.1.0.0: Wrapper to use stack as a library

Safe HaskellNone
LanguageHaskell2010

Stack.Lib.LowerLevel.Runners

Documentation

runStack :: RunStack config => RIO config a -> IO a Source #

runStackWithResolver :: RunStack config => Resolver -> RIO config a -> IO a Source #

class RunStack config where Source #

Minimal complete definition

runStackWithGlobalOpts

Methods

runStackWithGlobalOpts :: GlobalOpts -> RIO config a -> IO a Source #