Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
9d9fe65d
Unverified
Commit
9d9fe65d
authored
3 years ago
by
Mikolaj Konarski
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #7880 from vaerksted/master
extraBundledLibs (fix typos in comments)
parents
1f68d5ec
cc850b2f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cabal/src/Distribution/Types/BuildInfo.hs
+3
-3
3 additions, 3 deletions
Cabal/src/Distribution/Types/BuildInfo.hs
with
3 additions
and
3 deletions
Cabal/src/Distribution/Types/BuildInfo.hs
+
3
−
3
View file @
9d9fe65d
...
...
@@ -81,11 +81,11 @@ data BuildInfo = BuildInfo {
extraLibsStatic
::
[
String
],
-- ^ what libraries to link with when compiling a program fully statically that uses your package
extraGHCiLibs
::
[
String
],
-- ^ if present, overrides extraLibs when package is loaded with GHCi.
extraBundledLibs
::
[
String
],
-- ^ if present, adds libs to hs-libraries, which become part of the package.
-- Example: the Cffi library shipping with the rts, alo
g
nside the HSrts-1.0.a,.o,...
-- Example 2: a library that is being built by a forei
n
g tool (e.g. rust)
-- Example
1
: the Cffi library shipping with the rts, alon
g
side the HSrts-1.0.a,.o,...
-- Example 2: a library that is being built by a foreig
n
tool (e.g. rust)
-- and copied and registered together with this library. The
-- logic on how this library is built will have to be encoded in a
-- custom Setup for now. Otherwise cabal would need to lear how to
-- custom Setup for now. Otherwise cabal would need to lear
n
how to
-- call arbitrary library builders.
extraLibFlavours
::
[
String
],
-- ^ Hidden Flag. This set of strings, will be appended to all libraries when
-- copying. E.g. [libHS<name>_<flavour> | flavour <- extraLibFlavours]. This
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment