Skip to content

Commit

Permalink
Adjust documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Nov 8, 2023
1 parent 960751f commit f2afe23
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cabal-install/src/Distribution/Client/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ import Distribution.Version

import qualified Paths_cabal_install as PackageInfo

-- This value determines the `cabal-install --version` output.
--
-- It is used in several places throughout the project, including anonymous build reports, client configuration,
-- and project planning output. Historically, this was a @Paths_*@ module, however, this conflicted with
-- program coverage information generated by HPC, and hence was moved to be a standalone value.
--
-- |
-- This value determines the output of `cabal-install --version`.
cabalInstallVersion :: Version
cabalInstallVersion = mkVersion' PackageInfo.version

0 comments on commit f2afe23

Please sign in to comment.