Skip to content

Commit

Permalink
remove CLA complain
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Jul 31, 2018
1 parent 4f2a913 commit c83e6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit c83e6c6

Please sign in to comment.