diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | bittorrent.cabal | 3 |
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 @@ | |||
1 | language: haskell | 1 | language: haskell |
2 | 2 | ||
3 | ghc: | 3 | ghc: |
4 | - 7.4 | ||
5 | - 7.6 | 4 | - 7.6 |
6 | 5 | ||
7 | before_install: | 6 | before_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 | |||
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. |