From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Tue, 28 Apr 2015 07:52:46 +0000 (+0530)
Subject: Revert "travis.yml: install "happy" which is a dependency for haskell-src-exts"
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/flags/module-simplejson.html?a=commitdiff_plain;h=3022fa4e4d7397e50896f432a2a5de40b5e56b07;p=functorrent.git

Revert "travis.yml: install "happy" which is a dependency for haskell-src-exts"

This reverts commit 5d631c39efab1fdcae829f8048be1925ccaefc39. This commit is not
required anymore, since hlint test is removed and so haskell-src-exts is not
needed.
---

diff --git a/.travis.yml b/.travis.yml
index 993167b..5d11581 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,2 @@
 language: haskell
 ghc: 7.8
-install:
-  # Happy needs to be updated for haskell-src: https://github.com/haskell-suite/haskell-src-exts/issues/64
-  - cabal install happy
-  - cabal install --only-dependencies --enable-tests
\ No newline at end of file