diff options
Diffstat (limited to 'dht-client.cabal')
-rw-r--r-- | dht-client.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dht-client.cabal b/dht-client.cabal index b71f75de..a6b06358 100644 --- a/dht-client.cabal +++ b/dht-client.cabal | |||
@@ -225,7 +225,7 @@ library | |||
225 | if flag(cryptonite-backport) | 225 | if flag(cryptonite-backport) |
226 | cpp-options: -DCRYPTONITE_BACKPORT | 226 | cpp-options: -DCRYPTONITE_BACKPORT |
227 | hs-source-dirs: cryptonite-backport | 227 | hs-source-dirs: cryptonite-backport |
228 | C-sources: cbits/cryptonite_xsalsa.c, cbits/cryptonite_salsa.c, | 228 | C-sources: cbits/cryptonite_xsalsa.c, cbits/cryptonite_salsa.c |
229 | other-modules: Crypto.Cipher.Salsa | 229 | other-modules: Crypto.Cipher.Salsa |
230 | Crypto.Cipher.XSalsa | 230 | Crypto.Cipher.XSalsa |
231 | Crypto.ECC.Class | 231 | Crypto.ECC.Class |