summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-28 21:06:43 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-28 21:06:43 +0400
commitc6afad45421110f90ac5fd9f6bbc3a8e369d68de (patch)
treef1aa04afb775c17c3e954fd3d812fbec4e98de6a
parentf4f59ed1906aa9e7f4affc8ef0896355b2e33c8b (diff)
Drop ghc-7.4 support
-rw-r--r--.travis.yml1
-rw-r--r--bittorrent.cabal3
2 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b62bbdfa..72fd69a4 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
7before_install: 6before_install:
diff --git a/bittorrent.cabal b/bittorrent.cabal
index bd5ffd2c..23f2a1e8 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -8,8 +8,7 @@ copyright: (c) 2013, Sam Truzjan
8category: Network 8category: Network
9build-type: Simple 9build-type: Simple
10cabal-version: >= 1.10 10cabal-version: >= 1.10
11tested-with: GHC == 7.4.1 11tested-with: GHC == 7.6.3
12 , GHC == 7.6.3
13homepage: https://github.com/cobit/bittorrent 12homepage: https://github.com/cobit/bittorrent
14bug-reports: https://github.com/cobit/bittorrent/issues 13bug-reports: https://github.com/cobit/bittorrent/issues
15synopsis: BitTorrent protocol implementation. 14synopsis: BitTorrent protocol implementation.