diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-07-06 17:37:10 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-07-27 12:01:51 -0400 |
commit | e4c252619ebb0b10db9061b052ddce6f8f2b5c72 (patch) | |
tree | 08cc16137a121134d7fe39f78dfdc20ff401d86d /hadrian/src | |
parent | 888eadb9eb8350ffac348f34ae805e11061cc980 (diff) | |
download | haskell-e4c252619ebb0b10db9061b052ddce6f8f2b5c72.tar.gz |
packaging: Give ghc-pkg the same version as ProjectVersion
Diffstat (limited to 'hadrian/src')
-rw-r--r-- | hadrian/src/Rules/Configure.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/src/Rules/Configure.hs b/hadrian/src/Rules/Configure.hs index 10870b3e7c..6787bacf04 100644 --- a/hadrian/src/Rules/Configure.hs +++ b/hadrian/src/Rules/Configure.hs @@ -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" |