forked from haskell/cabal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run a program (named "preBuildHook") before doing a package build and another program (named "postBuildHook") after the package is built. These programs are project local and need to be in the `cabalHooks` directory which is in the same directory as the `cabal.project` file. Co-authored: Moritz Angermann <[email protected]>
- Loading branch information
Showing
2 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
synopsis: Add pre and post build hooks | ||
packages: cabal-install | ||
prs: #9899 | ||
issues: #9892 | ||
significance: significant | ||
|
||
description: { | ||
|
||
- Run a program (named "preBuildHook") before doing a package build and another program | ||
(named "postBuildHook") after the package is built. | ||
- These programs are project local and need to be in the `cabalHooks` directory which is | ||
in the same directory as the `cabal.project` file. | ||
- The absence of these programs will be ignored. | ||
} |