summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-27 23:48:18 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-27 23:48:18 +0400
commitb62c9e3e603a068a9ecfd215c1aeceb74da4dbef (patch)
treea9c5f7f0b80f31f10b150d547bdd13a7f76ab08e
parent655ae695939e46d60eac9f898fade899cf20697f (diff)
Minor changes in cabal
-rw-r--r--bencoding.cabal7
1 files changed, 3 insertions, 4 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 70659f5..8976bab 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,8 +1,5 @@
1name: bencoding 1name: bencoding
2version: 0.2.0.0 2version: 0.2.0.0
3synopsis: A library for encoding and decoding of BEncode data.
4homepage: https://github.com/cobit/bencoding
5bug-reports: https://github.com/cobit/bencoding/issues
6license: BSD3 3license: BSD3
7license-file: LICENSE 4license-file: LICENSE
8author: Sam Truzjan 5author: Sam Truzjan
@@ -13,6 +10,9 @@ build-type: Simple
13cabal-version: >= 1.10 10cabal-version: >= 1.10
14tested-with: GHC==7.4.1 11tested-with: GHC==7.4.1
15 , GHC==7.6.3 12 , GHC==7.6.3
13homepage: https://github.com/cobit/bencoding
14bug-reports: https://github.com/cobit/bencoding/issues
15synopsis: A library for encoding and decoding of BEncode data.
16description: 16description:
17 17
18 A library for encoding and decoding of BEncode data. 18 A library for encoding and decoding of BEncode data.
@@ -25,7 +25,6 @@ description:
25 25
26 26
27extra-source-files: README.md 27extra-source-files: README.md
28 .travis.yml
29 28
30source-repository head 29source-repository head
31 type: git 30 type: git