Skip to content
Snippets Groups Projects
Commit e4c25261 authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

packaging: Give ghc-pkg the same version as ProjectVersion

parent 888eadb9
No related branches found
No related tags found
No related merge requests found
......@@ -199,6 +199,7 @@ _darcs/
/utils/mkUserGuidePart/mkUserGuidePart.cabal
/utils/runghc/runghc.cabal
/utils/gen-dll/gen-dll.cabal
/utils/ghc-pkg/ghc-pkg.cabal
utils/lndir/fs.*
utils/unlit/fs.*
rts/fs.*
......
......@@ -1430,6 +1430,7 @@ AC_CONFIG_FILES(
driver/ghci/ghci-wrapper.cabal
utils/iserv/iserv.cabal
utils/iserv-proxy/iserv-proxy.cabal
utils/ghc-pkg/ghc-pkg.cabal
utils/remote-iserv/remote-iserv.cabal
utils/gen-dll/gen-dll.cabal
libraries/ghc-boot/ghc-boot.cabal
......
......@@ -21,6 +21,7 @@ configureResults =
, "utils/iserv/iserv.cabal"
, "utils/iserv-proxy/iserv-proxy.cabal"
, "utils/remote-iserv/remote-iserv.cabal"
, "utils/ghc-pkg/ghc-pkg.cabal"
, "utils/runghc/runghc.cabal"
, "utils/gen-dll/gen-dll.cabal"
, "libraries/ghc-boot/ghc-boot.cabal"
......
Name: ghc-pkg
-- XXX Version number
Version: 6.9
Version: @ProjectVersion@
Copyright: XXX
License: BSD3
-- XXX License-File: LICENSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment