Skip to content

Commit

Permalink
Updated build matrix. Added Hackage badge. Bumped version to 1.0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Jan 7, 2015
1 parent e80f78c commit 911afdb
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 README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[![Build Status](https://travis-ci.org/haskell-opengl/StateVar.png)](https://travis-ci.org/haskell-opengl/StateVar)
[![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)
2 changes: 1 addition & 1 deletion StateVar.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: StateVar
version: 1.0.1.0
version: 1.0.1.1
synopsis: State variables
description:
This package contains state variables, which are references in the IO monad,
Expand Down

0 comments on commit 911afdb

Please sign in to comment.