diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-28 21:06:43 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-28 21:06:43 +0400 |
commit | c6afad45421110f90ac5fd9f6bbc3a8e369d68de (patch) | |
tree | f1aa04afb775c17c3e954fd3d812fbec4e98de6a /bittorrent.cabal | |
parent | f4f59ed1906aa9e7f4affc8ef0896355b2e33c8b (diff) |
Drop ghc-7.4 support
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 3 |
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 | |||
8 | category: Network | 8 | category: Network |
9 | build-type: Simple | 9 | build-type: Simple |
10 | cabal-version: >= 1.10 | 10 | cabal-version: >= 1.10 |
11 | tested-with: GHC == 7.4.1 | 11 | tested-with: GHC == 7.6.3 |
12 | , GHC == 7.6.3 | ||
13 | homepage: https://github.com/cobit/bittorrent | 12 | homepage: https://github.com/cobit/bittorrent |
14 | bug-reports: https://github.com/cobit/bittorrent/issues | 13 | bug-reports: https://github.com/cobit/bittorrent/issues |
15 | synopsis: BitTorrent protocol implementation. | 14 | synopsis: BitTorrent protocol implementation. |