Skip to content

Commit

Permalink
Merge pull request travis-ci#64 from sol/master
Browse files Browse the repository at this point in the history
Correct Haskell Platform version
  • Loading branch information
michaelklishin committed Mar 19, 2012
2 parents caa1b26 + cf78184 commit 004b379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/languages/haskell.md
Expand Up @@ -10,7 +10,7 @@ This guide covers build environment and configuration topics specific to Haskell

## Overview

Haskell workers on travis-ci.org use Haskell Platform 2011.04 (GHC 7.0, cabal, etc). For full up-to-date list of provided tools, see
Haskell workers on travis-ci.org use Haskell Platform 2011.2.0.1 (GHC 7.0.3, cabal-install 0.10.2, etc). For full up-to-date list of provided tools, see
our [CI environment guide](/docs/user/ci-environment/). Key build lifecycle commands (dependency installation, running tests) have
defaults that use `cabal`. It is possible to override them to use `make` or any other build tool and dependency management tool.

Expand Down

0 comments on commit 004b379

Please sign in to comment.