Skip to content

Commit

Permalink
Updated build matrix. Added Hackage badge. Bumped version to 1.4.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Jan 7, 2015
1 parent 69e9689 commit b73a10c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
env:
- CABALVER=1.20 GHCVER=7.0.4
- CABALVER=1.20 GHCVER=7.2.2
- CABALVER=1.20 GHCVER=7.4.2
- CABALVER=1.20 GHCVER=7.6.3
- CABALVER=1.20 GHCVER=7.8.3
- CABALVER=head GHCVER=7.8.3
- CABALVER=1.16 GHCVER=7.0.4
- CABALVER=1.16 GHCVER=7.2.2
- CABALVER=1.16 GHCVER=7.4.2
- CABALVER=1.16 GHCVER=7.6.3
- CABALVER=1.18 GHCVER=7.8.3
- CABALVER=1.20 GHCVER=7.8.4
- CABALVER=1.22 GHCVER=7.10.1
- CABALVER=head GHCVER=head

matrix:
allow_failures:
- env: CABALVER=head GHCVER=head

before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
- sudo apt-get update -qq
Expand Down
2 changes: 1 addition & 1 deletion GLURaw.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: GLURaw
version: 1.4.0.1
version: 1.4.0.2
synopsis: A raw binding for the OpenGL graphics system
description:
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[![Build Status](https://travis-ci.org/haskell-opengl/GLURaw.png)](https://travis-ci.org/haskell-opengl/GLURaw)
[![Hackage](https://img.shields.io/hackage/v/GLURaw.svg)](https://hackage.haskell.org/package/GLURaw) [![Build Status](https://travis-ci.org/haskell-opengl/GLURaw.png)](https://travis-ci.org/haskell-opengl/GLURaw)

0 comments on commit b73a10c

Please sign in to comment.