summaryrefslogtreecommitdiff
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
parentf8569f9384a202de886e12bb3e85b042b526d3cd (diff)
Drop ghc-7.4 support
-rw-r--r--.travis.yml1
-rw-r--r--bencoding.cabal3
2 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f466e29..828c0b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
1language: haskell 1language: haskell
2 2
3ghc: 3ghc:
4 - 7.4
5 - 7.6 4 - 7.6
6 5
7notifications: 6notifications:
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.