summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-28 03:37:58 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-28 03:37:58 +0400
commit2ca295606c9d9996e2280e96f5eb3e8494b67955 (patch)
tree45ab40048314631719c5f3145f1eeea75aa6673b
parent74d5a316c3b4d4513766612d11d62c7b9c0f9593 (diff)
Fix style
-rw-r--r--bencoding.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 56e0143..7fa51fb 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -9,8 +9,8 @@ category: Data
9build-type: Simple 9build-type: Simple
10stability: Experimental 10stability: Experimental
11cabal-version: >= 1.10 11cabal-version: >= 1.10
12tested-with: GHC==7.4.1 12tested-with: GHC == 7.4.1
13 , GHC==7.6.3 13 , GHC == 7.6.3
14homepage: https://github.com/cobit/bencoding 14homepage: https://github.com/cobit/bencoding
15bug-reports: https://github.com/cobit/bencoding/issues 15bug-reports: https://github.com/cobit/bencoding/issues
16synopsis: A library for encoding and decoding of BEncode data. 16synopsis: A library for encoding and decoding of BEncode data.