[Git][ghc/ghc][master] system-cxx-std-lib: Add license and description

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu Sep 21 16:59:36 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
15118740 by Ben Gamari at 2023-09-21T12:58:55-04:00
system-cxx-std-lib: Add license and description
- - - - -


1 changed file:

- mk/system-cxx-std-lib-1.0.conf.in


Changes:

=====================================
mk/system-cxx-std-lib-1.0.conf.in
=====================================
@@ -3,7 +3,16 @@ version:              1.0
 visibility:           public
 id:                   system-cxx-std-lib-1.0
 key:                  system-cxx-std-lib-1.0
+license:              BSD-3-Clause
 synopsis:             A placeholder for the system's C++ standard library implementation.
+description:          Building against C++ libraries requires that the C++ standard
+                      library be included when linking. Typically when compiling a C++
+                      project this is done automatically by the C++ compiler. However,
+                      as GHC uses the C compiler for linking, users needing the C++
+                      standard library must declare this dependency explicitly.
+                      .
+                      This "virtual" package can be used to depend upon the host system's
+                      C++ standard library implementation in a platform agnostic manner.
 category:             System
 abi:                  00000000000000000000000000000000
 exposed:              True



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/151187407b7b4bdda5b80bd7b8bdf96d05e278dd

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/151187407b7b4bdda5b80bd7b8bdf96d05e278dd
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230921/4a44fdcd/attachment.html>


More information about the ghc-commits mailing list