diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index e4f84523..211eee06 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -85,6 +85,7 @@ library | |||
85 | , vector | 85 | , vector |
86 | 86 | ||
87 | -- Encoding/Serialization | 87 | -- Encoding/Serialization |
88 | , aeson | ||
88 | , bencoding >= 0.1.0.1 | 89 | , bencoding >= 0.1.0.1 |
89 | , cereal >= 0.3 | 90 | , cereal >= 0.3 |
90 | , binary >= 0.5 | 91 | , binary >= 0.5 |
@@ -128,6 +129,7 @@ test-suite properties | |||
128 | , directory | 129 | , directory |
129 | , filepath | 130 | , filepath |
130 | 131 | ||
132 | , aeson | ||
131 | , cereal | 133 | , cereal |
132 | , network | 134 | , network |
133 | , text | 135 | , text |