Skip to content

Commit

Permalink
export some flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kokobd authored and mergify[bot] committed Aug 15, 2022
1 parent 8787293 commit e76d055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cabal-install/src/Distribution/Client/CmdBuild.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module Distribution.Client.CmdBuild (
buildCommand,
buildAction,

BuildFlags(..),
defaultBuildFlags,

-- * Internals exposed for testing
selectPackageTargets,
selectComponentTarget
Expand Down
2 changes: 2 additions & 0 deletions cabal-install/src/Distribution/Client/CmdHaddock.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module Distribution.Client.CmdHaddock (
haddockCommand,
haddockAction,

ClientHaddockFlags(..),

-- * Internals exposed for testing
selectPackageTargets,
selectComponentTarget
Expand Down

0 comments on commit e76d055

Please sign in to comment.