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.
This commit is contained in:
Judah Jacobson 2017-05-15 13:34:28 -07:00 committed by Greg Steuck
parent a7a2be2110
commit e924901b90
1 changed files with 0 additions and 6 deletions

View File

@ -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