File tree 3 files changed +13
-8
lines changed
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
- [ ![ Build Status] ( https://travis-ci.org/haskell-opengl/StateVar.png )] ( https://travis-ci.org/haskell-opengl/StateVar )
1
+ [ ![ Hackage ] ( https://img.shields.io/hackage/v/StateVar.svg )] ( https://hackage.haskell.org/package/StateVar ) [ ![ Build Status] ( https://travis-ci.org/haskell-opengl/StateVar.png )] ( https://travis-ci.org/haskell-opengl/StateVar )
Original file line number Diff line number Diff line change 1
1
name : StateVar
2
- version : 1.0.1.0
2
+ version : 1.0.1.1
3
3
synopsis : State variables
4
4
description :
5
5
This package contains state variables, which are references in the IO monad,
You can’t perform that action at this time.
0 commit comments