diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-04-27 15:10:05 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-17 00:25:02 -0400 |
commit | 0ef249aa26f653677c5368bb51af34f7577ba5b9 (patch) | |
tree | 733ab2de3d9a974e555b4034c513ab58c009e68a /.gitignore | |
parent | 43628ed44b063e25e6d1394314ed89f07f026503 (diff) | |
download | haskell-0ef249aa26f653677c5368bb51af34f7577ba5b9.tar.gz |
Introduce package to capture dependency on C++ stdlib
Here we introduce a new "virtual" package into the initial package
database, `system-cxx-std-lib`. This gives users a convenient, platform
agnostic way to link against C++ libraries, addressing #20010.
Fixes #20010.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3a92338b2e..8d573b30c0 100644 --- a/.gitignore +++ b/.gitignore @@ -181,6 +181,7 @@ _darcs/ /mk/config.h.in /mk/config.mk /mk/config.mk.old +/mk/system-cxx-std-lib-1.0.conf /mk/install.mk /mk/project.mk /mk/project.mk.old |