Skip to content
Snippets Groups Projects
Unverified Commit d92acf27 authored by Lennart Kolmodin's avatar Lennart Kolmodin
Browse files

Reenable GHC 7.4.2 on Travis CI

The dependency problem should have been fixed now.
See haskell/tar#15.
parent 84c0f687
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ sudo: false
matrix:
include:
- env: CABALVER=1.18 GHCVER=7.4.2
addons: {apt: {packages: [cabal-install-1.18,ghc-7.4.2], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.6.3
addons: {apt: {packages: [cabal-install-1.18,ghc-7.6.3], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.8.4
......
......@@ -18,7 +18,7 @@ category: Data, Parsing
stability: provisional
build-type: Simple
cabal-version: >= 1.8
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
extra-source-files:
README.md changelog.md docs/hcar/binary-Lb.tex tools/derive/*.hs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment