From e924901b909591632d313ac179d644840254e516 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Mon, 15 May 2017 13:34:28 -0700 Subject: [PATCH] Remove extra-{include,lib}-dirs from stack.yaml. (#120) As far as I can tell they're not necessary anymore with the current OS X script that calls `install_name_tool`. Both "stack test" and "stack ghci" work without those settings. --- stack.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stack.yaml b/stack.yaml index d777a79..e260231 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,9 +16,3 @@ packages: extra-deps: - snappy-framing-0.1.1 - snappy-0.2.0.2 - -# For Mac OS X, whose linker doesn't use this path by default: -extra-lib-dirs: - - /usr/local/lib -extra-include-dirs: - - /usr/local/include