Skip to content

Commit 767060c

Browse files
authored
Merge pull request commercialhaskell#2403 from commercialhaskell/1384-system-libraries-faq
Add FAQ entry regarding system library installation (commercialhaskell#1384)
2 parents 14c8467 + 5a33f85 commit 767060c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,7 @@ The workaround is to quote the `"--"`, e.g.:
343343
stack exec "--" cabal --version
344344

345345
This is known to be a problem on Windows 7, but seems to be fixed on Windows 10.
346+
347+
# Does stack also install the system/C libraries that some Cabal packages depend on?
348+
349+
No, this is out of scope.

0 commit comments

Comments
 (0)