Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update macos homebrew dependencies and filename case #421

Merged
merged 1 commit into from
Jul 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sudo pacman -S geoip snappy icu openssl
#### macOS:

```bash
brew install pkg-config libsodium openssl automake icu4c
brew install pkg-config libsodium openssl automake icu4c geoip snappy protobuf
```

_Note_: macOS users will need to make sure to link Haskell services against a more recent version of OpenSSL than what ships with the OS by default. Additionally, `icu4c` is installed in a non-standard location by `homebrew`. Add the following to your `.stack/config.yaml`:
Expand Down
2 changes: 1 addition & 1 deletion services/spar/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license-file: LICENSE
category: System
description: 'See README.md'

ghc-options: -j -O2 -Wall -Wno-redundant-constraints -fwarn-tabs -Werror
ghc-options: -j -O2 -Wall -Wno-redundant-constraints -fwarn-tabs -Werror -optP-Wno-nonportable-include-path

dependencies:
- aeson
Expand Down