Skip to content
Snippets Groups Projects
Unverified Commit 0008a303 authored by Matthew Pickering's avatar Matthew Pickering Committed by Zubin
Browse files

packaging: Give ghc-pkg the same version as ProjectVersion

(cherry picked from commit e4c25261)
parent f8efc263
No related branches found
No related tags found
No related merge requests found
...@@ -189,6 +189,7 @@ _darcs/ ...@@ -189,6 +189,7 @@ _darcs/
/utils/mkUserGuidePart/mkUserGuidePart.cabal /utils/mkUserGuidePart/mkUserGuidePart.cabal
/utils/runghc/runghc.cabal /utils/runghc/runghc.cabal
/utils/gen-dll/gen-dll.cabal /utils/gen-dll/gen-dll.cabal
/utils/ghc-pkg/ghc-pkg.cabal
utils/lndir/fs.* utils/lndir/fs.*
utils/unlit/fs.* utils/unlit/fs.*
rts/fs.* rts/fs.*
......
...@@ -1500,7 +1500,7 @@ checkMake380() { ...@@ -1500,7 +1500,7 @@ checkMake380() {
checkMake380 make checkMake380 make
checkMake380 gmake checkMake380 gmake
AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk rts/rts.cabal compiler/ghc.cabal ghc/ghc-bin.cabal utils/iserv/iserv.cabal utils/iserv-proxy/iserv-proxy.cabal utils/remote-iserv/remote-iserv.cabal utils/runghc/runghc.cabal utils/gen-dll/gen-dll.cabal libraries/ghc-boot/ghc-boot.cabal libraries/ghc-boot-th/ghc-boot-th.cabal libraries/ghci/ghci.cabal libraries/ghc-heap/ghc-heap.cabal libraries/libiserv/libiserv.cabal libraries/template-haskell/template-haskell.cabal docs/users_guide/ghc_config.py docs/index.html libraries/prologue.txt distrib/configure.ac]) AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk rts/rts.cabal compiler/ghc.cabal ghc/ghc-bin.cabal utils/iserv/iserv.cabal utils/iserv-proxy/iserv-proxy.cabal utils/ghc-pkg/ghc-pkg.cabal utils/remote-iserv/remote-iserv.cabal utils/runghc/runghc.cabal utils/gen-dll/gen-dll.cabal libraries/ghc-boot/ghc-boot.cabal libraries/ghc-boot-th/ghc-boot-th.cabal libraries/ghci/ghci.cabal libraries/ghc-heap/ghc-heap.cabal libraries/libiserv/libiserv.cabal libraries/template-haskell/template-haskell.cabal docs/users_guide/ghc_config.py docs/index.html libraries/prologue.txt distrib/configure.ac])
AC_OUTPUT AC_OUTPUT
[ [
if test "$print_make_warning" = "true"; then if test "$print_make_warning" = "true"; then
......
...@@ -14,7 +14,7 @@ import qualified System.Info.Extra as System ...@@ -14,7 +14,7 @@ import qualified System.Info.Extra as System
-- | Files generated by running the @configure@ script. -- | Files generated by running the @configure@ script.
configureResults :: [FilePath] configureResults :: [FilePath]
configureResults = configureResults =
[ configFile, configH, "compiler/ghc.cabal", "rts/rts.cabal"] [ configFile, configH, "compiler/ghc.cabal", "rts/rts.cabal", "utils/ghc-pkg/ghc-pkg.cabal"]
configureRules :: Rules () configureRules :: Rules ()
configureRules = do configureRules = do
......
Name: ghc-pkg Name: ghc-pkg
-- XXX Version number -- XXX Version number
Version: 6.9 Version: @ProjectVersion@
Copyright: XXX Copyright: XXX
License: BSD3 License: BSD3
-- XXX License-File: LICENSE -- 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