-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'stack setup' can install libgmp.so.3 GHC (#465)
If only libgmp.so.3 is available, uses the '-centos65' bindist. Otherwise, the '-debian7' bindist is used. This only currently works with GHC 7.8, since the GHC team does not provide libgmp.so.3-compatible bindists for GHC 7.10.
- Loading branch information
Showing
1 changed file
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15ce80c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@snoyberg: please review.
15ce80c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM