Skip to content

Commit 12ca9fe

Browse files
andreasabelemilypi
andauthored
Update comment in Distribution/Client/Version.hs
@emilypi fixed a stale comment Co-authored-by: Emily Pillmore <[email protected]>
1 parent c430dda commit 12ca9fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cabal-install/src/Distribution/Client/Version.hs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ module Distribution.Client.Version
66

77
import Distribution.Version
88

9-
-- TODO: write a test around this. Don't abuse Paths_cabal_install.
9+
-- This value determines the `cabal-install --version` output.
10+
--
11+
-- It is used in several places throughout the project, including anonymous build reports, client configuration,
12+
-- and project planning output. Historically, this was a @Paths_*@ module, however, this conflicted with
13+
-- program coverage information generated by HPC, and hence was moved to be a standalone value.
1014
--
1115
cabalInstallVersion :: Version
1216
cabalInstallVersion = mkVersion [3,7]

0 commit comments

Comments
 (0)