diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-08-16 09:09:42 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-08-16 09:09:42 +0400 |
commit | 13084c123a7f580400aed5881e8fced9e9ed53f1 (patch) | |
tree | 8cfc0c6d12b28d8ef5e695c7bb3b4f7ff7cddaaf | |
parent | ffec6c875d44e88e0dca7c61a6819ca19015d6c6 (diff) |
- Remove orphan dependencies.
-rw-r--r-- | bittorrent.cabal | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index a380d306..8e8f3d22 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -64,7 +64,6 @@ library | |||
64 | -- BitTorrent | 64 | -- BitTorrent |
65 | , bencoding >= 0.1.0.1 | 65 | , bencoding >= 0.1.0.1 |
66 | , krpc >= 0.1.1 | 66 | , krpc >= 0.1.1 |
67 | , intset >= 0.1 | ||
68 | , torrent-content | 67 | , torrent-content |
69 | 68 | ||
70 | -- Control | 69 | -- Control |
@@ -86,16 +85,10 @@ library | |||
86 | 85 | ||
87 | -- Data | 86 | -- Data |
88 | , data-default | 87 | , data-default |
89 | |||
90 | , array >= 0.4 | ||
91 | , bytestring >= 0.10.0.0 | 88 | , bytestring >= 0.10.0.0 |
92 | |||
93 | , containers >= 0.4 | 89 | , containers >= 0.4 |
94 | , unordered-containers | 90 | , unordered-containers |
95 | , IntervalMap >= 0.3 | ||
96 | |||
97 | , text >= 0.11.0 | 91 | , text >= 0.11.0 |
98 | , vector | ||
99 | 92 | ||
100 | -- Encoding/Serialization | 93 | -- Encoding/Serialization |
101 | , aeson | 94 | , aeson |
@@ -114,13 +107,8 @@ library | |||
114 | -- System | 107 | -- System |
115 | , filepath >= 1 | 108 | , filepath >= 1 |
116 | , directory >= 1 | 109 | , directory >= 1 |
117 | , mmap >= 0.5.2 | ||
118 | , entropy | 110 | , entropy |
119 | 111 | ||
120 | -- Hash | ||
121 | , cryptohash | ||
122 | , hashable | ||
123 | |||
124 | -- Misc | 112 | -- Misc |
125 | , pretty | 113 | , pretty |
126 | 114 | ||