diff options
-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 | ||