diff options
author | joe <joe@jerkface.net> | 2017-10-29 19:45:38 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-10-29 19:45:38 -0400 |
commit | 17baab3044b7984bf97f6e731272f7552d559ab6 (patch) | |
tree | 8c0577277133951c5bf20fe6dfd402ab72736857 /dht-client.cabal | |
parent | 08f03452a94f922c3a9ea44a4a43931a5bb44cb3 (diff) |
WIP: "a" command (recurring announcements)
Diffstat (limited to 'dht-client.cabal')
-rw-r--r-- | dht-client.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dht-client.cabal b/dht-client.cabal index 6bd680cc..c5985a41 100644 --- a/dht-client.cabal +++ b/dht-client.cabal | |||
@@ -92,6 +92,7 @@ library | |||
92 | Crypto.Tox | 92 | Crypto.Tox |
93 | Text.XXD | 93 | Text.XXD |
94 | Roster | 94 | Roster |
95 | Announcer | ||
95 | 96 | ||
96 | build-depends: base | 97 | build-depends: base |
97 | , containers | 98 | , containers |