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 /utils | |
parent | 888eadb9eb8350ffac348f34ae805e11061cc980 (diff) | |
download | haskell-e4c252619ebb0b10db9061b052ddce6f8f2b5c72.tar.gz |
packaging: Give ghc-pkg the same version as ProjectVersion
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-pkg/ghc-pkg.cabal.in (renamed from utils/ghc-pkg/ghc-pkg.cabal) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal.in index 13f47c0c3e..d299c98372 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal.in @@ -1,6 +1,6 @@ Name: ghc-pkg -- XXX Version number -Version: 6.9 +Version: @ProjectVersion@ Copyright: XXX License: BSD3 -- XXX License-File: LICENSE |