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 4af89b97..f985f76b 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -92,6 +92,7 @@ library | |||
92 | Tasks | 92 | Tasks |
93 | Kademlia | 93 | Kademlia |
94 | Mainline | 94 | Mainline |
95 | Global6 | ||
95 | 96 | ||
96 | build-depends: base | 97 | build-depends: base |
97 | , containers | 98 | , containers |
@@ -119,6 +120,7 @@ library | |||
119 | , cereal | 120 | , cereal |
120 | , http-types | 121 | , http-types |
121 | 122 | ||
123 | , process | ||
122 | , split | 124 | , split |
123 | , pretty | 125 | , pretty |
124 | , convertible | 126 | , convertible |