From 8c7cc95b8cc3f43d6d62e93513e4585a1d0ad73b Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Tue, 2 Dec 2014 17:48:21 +0100 Subject: [PATCH] travis: build with ghc 7.8 and clone servant from git before building --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 03aca3f5..41be6fa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,13 @@ language: haskell +ghc: + - 7.8 + +before_install: + - git clone https://github.com/haskell-servant/servant.git + - cabal sandbox init + - cabal sandbox add-source servant/ + notifications: irc: channels: