diff options
author | James Crayne <jim.crayne@gmail.com> | 2017-10-31 04:10:25 +0000 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2017-10-31 04:10:25 +0000 |
commit | 9186fda93431470a169427f538e4268b19ab489f (patch) | |
tree | edb671b959776d280a5fb3a4da27e329e35fd7dc | |
parent | 343eba08320d9c09350e71c1fd0e8776c3688875 (diff) |
turn off -Wall, add Network.Tox.Crypto.Handlers
-rw-r--r-- | dht-client.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dht-client.cabal b/dht-client.cabal index 06dc1339..36b9b4f7 100644 --- a/dht-client.cabal +++ b/dht-client.cabal | |||
@@ -82,6 +82,7 @@ library | |||
82 | Network.Tox | 82 | Network.Tox |
83 | Network.Tox.Transport | 83 | Network.Tox.Transport |
84 | Network.Tox.Crypto.Transport | 84 | Network.Tox.Crypto.Transport |
85 | Network.Tox.Crypto.Handlers | ||
85 | Network.Tox.Onion.Handlers | 86 | Network.Tox.Onion.Handlers |
86 | Network.Tox.Onion.Transport | 87 | Network.Tox.Onion.Transport |
87 | Network.Tox.DHT.Handlers | 88 | Network.Tox.DHT.Handlers |
@@ -176,7 +177,7 @@ library | |||
176 | build-depends: bytestring >= 0.10 | 177 | build-depends: bytestring >= 0.10 |
177 | if impl(ghc < 7.6) | 178 | if impl(ghc < 7.6) |
178 | build-depends: ghc-prim | 179 | build-depends: ghc-prim |
179 | ghc-options: -Wall -fdefer-typed-holes | 180 | ghc-options: -fdefer-typed-holes |
180 | ghc-prof-options: | 181 | ghc-prof-options: |
181 | 182 | ||
182 | 183 | ||