From d8ba851c7c23888a263ebf1fcd3a419403a09dec Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 7 Jun 2018 17:05:29 -0400 Subject: Use -fobject-code for dht executable. --- dht-client.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/dht-client.cabal b/dht-client.cabal index a3bb64fc..ddf30d28 100644 --- a/dht-client.cabal +++ b/dht-client.cabal @@ -251,6 +251,7 @@ executable dht main-is: dht.hs default-language: Haskell2010 build-depends: base, haskeline, network, bytestring, transformers + ghc-options: -fobject-code executable dhtd hs-source-dirs: examples -- cgit v1.2.3