File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
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
8
9
- CABALVER=head GHCVER=head
9
10
11
+ matrix :
12
+ allow_failures :
13
+ - env : CABALVER=head GHCVER=head
14
+
10
15
before_install :
11
16
- sudo add-apt-repository -y ppa:hvr/ghc
12
17
- sudo apt-get update -qq
Original file line number Diff line number Diff line change 1
1
name : OpenGL
2
- version : 2.9.3 .0
2
+ version : 2.10.0 .0
3
3
synopsis : A binding for the OpenGL graphics system
4
4
description :
5
5
A Haskell binding for the OpenGL graphics system (GL, version 4.4) and its
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org/haskell-opengl/OpenGL.png )] ( https://travis-ci.org/haskell-opengl/OpenGL )
1
+ [ ![ 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 )
You can’t perform that action at this time.
0 commit comments