Skip to content

Commit 1623e10

Browse files
committed
FAQ/install: further adjustments to OS X SIP FAQs
closes #1799
1 parent 859b78d commit 1623e10

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

doc/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ These are written to `*.dump-*` files inside the package's `.stack-work` directo
296296
297297
<a name="dyld-library-path-ignored"></a>If you
298298
are on Mac OS X 10.11 ("El Capitan") or later, there are upstream issues which
299-
[prevents the `DYLD_LIBRARY_PATH` environment variable from being passed to GHC](https://github.com/commercialhaskell/stack/issues/1161)
299+
[prevent the `DYLD_LIBRARY_PATH` environment variable from being passed to GHC](https://github.com/commercialhaskell/stack/issues/1161)
300300
when System Integrity Protection (a.k.a. "rootless") is enabled. The only
301301
workaround we are aware of is
302302
[disabling System Integrity Protection](http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac-os-x/).

doc/install_and_upgrade.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ such.
5454

5555
## Mac OS X
5656

57-
Note: if you are on OS X 10.11 ("El Capitan") and encounter either of these
58-
problems, see the linked FAQ entries.
59-
60-
* [GHC 7.8.4 fails with `/usr/bin/ar: permission denied`](faq.html#usr-bin-ar-permission-denied)
61-
* [DYLD_LIBRARY_PATH is ignored](faq.html#dyld-library-path-ignored)
62-
6357
### Using Homebrew
6458

6559
If you have a popular [brew](http://brew.sh/) tool installed, you can just do:
@@ -87,6 +81,15 @@ will take hours), see
8781
We generally test on the current version of Mac OS X, but stack is known to work on
8882
Yosemite and Mavericks as well, and may also work on older versions (YMMV).
8983

84+
### Notes
85+
86+
If you are on OS X 10.11 ("El Capitan") and encounter either of these
87+
problems, see the linked FAQ entries:
88+
89+
* [GHC 7.8.4 fails with `/usr/bin/ar: permission denied`](faq.html#usr-bin-ar-permission-denied)
90+
* [DYLD_LIBRARY_PATH is ignored](faq.html#dyld-library-path-ignored)
91+
92+
9093
## Ubuntu
9194

9295
*note*: for 32-bit, use the [generic Linux option](#linux)

0 commit comments

Comments
 (0)