Skip to content

Commit

Permalink
Updated build matrix. Added Hackage badge. Bumped version to 2.10.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Jan 7, 2015
1 parent fefbfbb commit 7dda1ac
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 OpenGL.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenGL
version: 2.9.3.0
version: 2.10.0.0
synopsis: A binding for the OpenGL graphics system
description:
A Haskell binding for the OpenGL graphics system (GL, version 4.4) and its
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/OpenGL.png)](https://travis-ci.org/haskell-opengl/OpenGL)
[![Hackage](https://img.shields.io/hackage/v/OpenGL.svg)](https://hackage.haskell.org/package/OpenGL) [![Build Status](https://travis-ci.org/haskell-opengl/OpenGL.png)](https://travis-ci.org/haskell-opengl/OpenGL)

0 comments on commit 7dda1ac

Please sign in to comment.