diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-25 09:04:35 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-25 09:04:35 +0400 |
commit | e241ad38fad792424d711a5bd775c9841b3e6a5f (patch) | |
tree | 7ba179aeca01c45f79ca01b874c38f0d85361d8c /bittorrent.cabal | |
parent | 5c8b0cc9fcfc0fc6e029ac240ab4aedf0ba7f325 (diff) |
Fix documentation markup in PeerId module
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index be888bf5..9f966428 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -98,7 +98,7 @@ library | |||
98 | , containers >= 0.4 | 98 | , containers >= 0.4 |
99 | , data-default | 99 | , data-default |
100 | , IntervalMap | 100 | , IntervalMap |
101 | , intset | 101 | -- , intset |
102 | , split | 102 | , split |
103 | , text >= 0.11.0 | 103 | , text >= 0.11.0 |
104 | , unordered-containers | 104 | , unordered-containers |
@@ -111,7 +111,7 @@ library | |||
111 | -- Codecs & Serialization | 111 | -- Codecs & Serialization |
112 | , aeson | 112 | , aeson |
113 | , base16-bytestring | 113 | , base16-bytestring |
114 | , base32-bytestring | 114 | , base32-bytestring == 0.1.1.0 |
115 | , base64-bytestring | 115 | , base64-bytestring |
116 | , bencoding >= 0.4 | 116 | , bencoding >= 0.4 |
117 | , binary | 117 | , binary |
@@ -125,7 +125,7 @@ library | |||
125 | -- Network | 125 | -- Network |
126 | , network >= 2.4 | 126 | , network >= 2.4 |
127 | , HTTP >= 4000.2 | 127 | , HTTP >= 4000.2 |
128 | , krpc >= 0.3 | 128 | -- , krpc >= 0.3 |
129 | 129 | ||
130 | -- System | 130 | -- System |
131 | , directory >= 1 | 131 | , directory >= 1 |