Skip to content

Commit b73a10c

Browse files
committed
Updated build matrix. Added Hackage badge. Bumped version to 1.4.0.2.
1 parent 69e9689 commit b73a10c

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.travis.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
env:
2-
- CABALVER=1.20 GHCVER=7.0.4
3-
- CABALVER=1.20 GHCVER=7.2.2
4-
- CABALVER=1.20 GHCVER=7.4.2
5-
- CABALVER=1.20 GHCVER=7.6.3
6-
- CABALVER=1.20 GHCVER=7.8.3
7-
- CABALVER=head GHCVER=7.8.3
2+
- CABALVER=1.16 GHCVER=7.0.4
3+
- CABALVER=1.16 GHCVER=7.2.2
4+
- CABALVER=1.16 GHCVER=7.4.2
5+
- CABALVER=1.16 GHCVER=7.6.3
6+
- CABALVER=1.18 GHCVER=7.8.3
7+
- CABALVER=1.20 GHCVER=7.8.4
8+
- CABALVER=1.22 GHCVER=7.10.1
89
- CABALVER=head GHCVER=head
910

11+
matrix:
12+
allow_failures:
13+
- env: CABALVER=head GHCVER=head
14+
1015
before_install:
1116
- sudo add-apt-repository -y ppa:hvr/ghc
1217
- sudo apt-get update -qq

GLURaw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: GLURaw
2-
version: 1.4.0.1
2+
version: 1.4.0.2
33
synopsis: A raw binding for the OpenGL graphics system
44
description:
55
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[![Build Status](https://travis-ci.org/haskell-opengl/GLURaw.png)](https://travis-ci.org/haskell-opengl/GLURaw)
1+
[![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 commit comments

Comments
 (0)