summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-01-23 02:51:55 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-01-23 02:51:55 +0400
commitf8d1ac253a6033048518e7c153ccbd10d894b466 (patch)
tree3744076bcdb4c4fb8f848533cc989689b68f1175 /bittorrent.cabal
parent7e61a78b975e586cde5c7f2729e5943d7a44699a (diff)
Prettify indentation in cabal
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index d352cbd0..f8e598c1 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -66,7 +66,7 @@ library
66 Network.BitTorrent.DHT.Routing 66 Network.BitTorrent.DHT.Routing
67 Network.BitTorrent.DHT.Session 67 Network.BitTorrent.DHT.Session
68 Network.BitTorrent.DHT.Token 68 Network.BitTorrent.DHT.Token
69-- Network.BitTorrent.Exchange 69 Network.BitTorrent.Exchange
70 Network.BitTorrent.Exchange.Assembler 70 Network.BitTorrent.Exchange.Assembler
71 Network.BitTorrent.Exchange.Block 71 Network.BitTorrent.Exchange.Block
72 Network.BitTorrent.Exchange.Message 72 Network.BitTorrent.Exchange.Message
@@ -130,16 +130,16 @@ library
130 130
131 -- Hashing 131 -- Hashing
132 , cryptohash >= 0.10 132 , cryptohash >= 0.10
133 , hashable >= 1.2 133 , hashable >= 1.2
134 134
135 -- Codecs & Serialization 135 -- Codecs & Serialization
136 , aeson >= 0.6.2.0 136 , aeson >= 0.6.2.0 && < 0.7
137 , attoparsec >= 0.10 137 , attoparsec >= 0.10
138 , base16-bytestring >= 0.1 138 , base16-bytestring >= 0.1
139 , base32-bytestring >= 0.2 139 , base32-bytestring >= 0.2
140 , base64-bytestring >= 1.0 140 , base64-bytestring >= 1.0
141 , bencoding >= 0.4.3 141 , bencoding >= 0.4.3
142 , cereal >= 0.3.5 142 , cereal >= 0.3.5
143 143
144 -- Time 144 -- Time
145 , old-locale >= 1.0 145 , old-locale >= 1.0