diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-02-19 03:04:08 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-02-19 03:04:08 +0100 |
commit | c0b89369bb6f6339d1eec4bf2a042636918fd4e2 (patch) | |
tree | 01afffba913100dc4ac66260f66ff6685c417b21 | |
parent | 9a0d1df756483fe865dbbf3b112f1e5158d8bd84 (diff) | |
download | simghost-c0b89369bb6f6339d1eec4bf2a042636918fd4e2.tar.gz simghost-c0b89369bb6f6339d1eec4bf2a042636918fd4e2.tar.bz2 simghost-c0b89369bb6f6339d1eec4bf2a042636918fd4e2.zip |
package.yaml: remove extra-lib-dirs
This is a rather system-specific setting and as such does not belong
here.
On compilation, the static libgmp should either be installed
system-wide, or the user has to make this change himself or pass it as
an argument to `stack build`.
-rw-r--r-- | package.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml index f0c96a8..73c27dd 100644 --- a/package.yaml +++ b/package.yaml @@ -63,5 +63,3 @@ tests: ghc-options: -Wall -O2 -static -threaded cc-options: -static ld-options: -static -pthread -extra-lib-dirs: -- /home/daniel/Coding/simghost/.stack-work/lib |