prepare merge

This commit is contained in:
Julian K. Arni 2015-04-20 11:19:48 +02:00
parent e4b2e154f5
commit 88f1a3fc15
16 changed files with 0 additions and 37 deletions

17
.gitignore vendored
View File

@ -1,17 +0,0 @@
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.virtualenv
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
cabal.config
*.prof
*.aux
*.hp

View File

@ -1,20 +0,0 @@
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:
- "irc.freenode.org#servant"
template:
- "%{repository}#%{build_number} - %{commit} on %{branch} by %{author}: %{message}"
- "Build details: %{build_url} - Change view: %{compare_url}"
skip_join: true
on_success: change
on_failure: always