From c0b89369bb6f6339d1eec4bf2a042636918fd4e2 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 19 Feb 2020 03:04:08 +0100 Subject: 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`. --- package.yaml | 2 -- 1 file changed, 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 -- cgit v1.2.3