Skip to content

Commit 911afdb

Browse files
committed
Updated build matrix. Added Hackage badge. Bumped version to 1.0.1.1.
1 parent e80f78c commit 911afdb

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.travis.yml

+11-6
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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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)

StateVar.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: StateVar
2-
version: 1.0.1.0
2+
version: 1.0.1.1
33
synopsis: State variables
44
description:
55
This package contains state variables, which are references in the IO monad,

0 commit comments

Comments
 (0)