From 3f4cfb399653f6dce8694f53a91db48e02bf814a Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 28 Feb 2014 18:50:20 +0400 Subject: Drop ghc-7.4 support --- .travis.yml | 1 - bencoding.cabal | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f466e29..828c0b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: haskell ghc: - - 7.4 - 7.6 notifications: diff --git a/bencoding.cabal b/bencoding.cabal index 2c3c5fb..c6fa2af 100644 --- a/bencoding.cabal +++ b/bencoding.cabal @@ -9,8 +9,7 @@ category: Data build-type: Simple stability: Experimental cabal-version: >= 1.10 -tested-with: GHC == 7.4.1 - , GHC == 7.6.3 +tested-with: GHC == 7.6.3 homepage: https://github.com/cobit/bencoding bug-reports: https://github.com/cobit/bencoding/issues synopsis: A library for encoding and decoding of BEncode data. -- cgit v1.2.3