From c83e6c6a0f76196e72916bda2609566a3199f342 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Tue, 31 Jul 2018 16:19:04 +0700 Subject: [PATCH] remove CLA complain --- doc/Dependencies.md | 2 +- services/spar/package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Dependencies.md b/doc/Dependencies.md index e3ea789b487..832591eeb88 100644 --- a/doc/Dependencies.md +++ b/doc/Dependencies.md @@ -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`: diff --git a/services/spar/package.yaml b/services/spar/package.yaml index 4e88be38eff..1a0c98deb8e 100644 --- a/services/spar/package.yaml +++ b/services/spar/package.yaml @@ -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