summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
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 /bittorrent.cabal
parentf4f59ed1906aa9e7f4affc8ef0896355b2e33c8b (diff)
Drop ghc-7.4 support
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal3
1 files changed, 1 insertions, 2 deletions
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.