Skip to content

Commit

Permalink
Omit -http-client from GHC7.4.2 CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Jan 26, 2017
1 parent 283d64f commit 42a9203
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ before_install:
- HC=${CC}
- unset CC
- PATH=/opt/ghc/bin:/opt/ghc-ppa-tools/bin:$PATH
- if [ $GHCVER = "7.4.2" ]; then mv cabal.ghc-7.4.2.project cabal.project; fi

install:
- cabal --version
Expand Down
13 changes: 13 additions & 0 deletions cabal.ghc-7.4.2.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
-- See http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html

packages: hackage-security
hackage-security-curl
hackage-root-tool
hackage-repo-tool
hackage-security-HTTP

package hackage-security
tests: true

-- FIXME/TODO
-- packages: precompute-fileinfo

0 comments on commit 42a9203

Please sign in to comment.