From a9eb0caabbb37d7ceb6f6791f375eac4b509b058 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 9 Apr 2014 17:33:51 -0700
Subject: [PATCH] Fixed cabal path in travis config.

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9aabf6874..9c8f18188 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ install:
  - cabal-1.18 update
  - |
    if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.1" ]; then
-     $CABAL install happy alex
+     cabal-1.18 install happy alex
      export PATH=$HOME/.cabal/bin:$PATH
    fi
 # - git clone https://github.com/jgm/pandoc-types && cd pandoc-types && cabal-1.18 install && cd ..