Commit cdcab6c
committed
Add
This commit makes the visibility of each library — whether it is public
or private — explicit. It shouldn't change the actual visibility of any
internal library.
If an internal library lacks an explicit visibility declaration, cabal
treats it as private by default.
See:
https://cabal.readthedocs.io/en/3.4/cabal-package.html#pkg-field-library-visibilityvisibility declarations to internal libraries.1 parent 9e7885c commit cdcab6c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
| 148 | + | |
| 149 | + | |
146 | 150 | | |
147 | 151 | | |
148 | 152 | | |
| |||
0 commit comments