summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-28 18:50:20 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-28 18:50:20 +0400
commit3f4cfb399653f6dce8694f53a91db48e02bf814a (patch)
treefa4e8fa0529d5d5e1b190fbb10a9b8ed915f8044 /bencoding.cabal
parentf8569f9384a202de886e12bb3e85b042b526d3cd (diff)
Drop ghc-7.4 support
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 2c3c5fb..c6fa2af 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -9,8 +9,7 @@ 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.6.3
13 , GHC == 7.6.3
14homepage: https://github.com/cobit/bencoding 13homepage: https://github.com/cobit/bencoding
15bug-reports: https://github.com/cobit/bencoding/issues 14bug-reports: https://github.com/cobit/bencoding/issues
16synopsis: A library for encoding and decoding of BEncode data. 15synopsis: A library for encoding and decoding of BEncode data.