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 /.gitignore | |
parent | 888eadb9eb8350ffac348f34ae805e11061cc980 (diff) | |
download | haskell-e4c252619ebb0b10db9061b052ddce6f8f2b5c72.tar.gz |
packaging: Give ghc-pkg the same version as ProjectVersion
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6c9b992fd4..6d518555ce 100644 --- a/.gitignore +++ b/.gitignore @@ -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.* |