Skip to content

Commit

Permalink
Use Paths_cabal_install instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Nov 8, 2023
1 parent 504814b commit d44f990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ library

hs-source-dirs: src
other-modules:
PackageInfo_cabal_install
Paths_cabal_install
exposed-modules:
-- this modules are moved from Cabal
-- they are needed for as long until cabal-install moves to parsec parser
Expand Down
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Distribution.Client.Version

import Distribution.Version

import qualified PackageInfo_cabal_install as PackageInfo
import qualified Paths_cabal_install as PackageInfo

-- This value determines the `cabal-install --version` output.
--
Expand Down

0 comments on commit d44f990

Please sign in to comment.