| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Config.ConfigureScript
Description
Synopsis
- ensureConfigureScript :: (HasProcessContext env, HasTerm env) => Path b Dir -> RIO env ()
Documentation
ensureConfigureScript :: (HasProcessContext env, HasTerm env) => Path b Dir -> RIO env () Source #
For the given directory, yields an action that trys to generate a
configure script with autoreconf, if one does not exist in the directory.