Skip to content

Commit

Permalink
Badge tweaks (all using shields.io now)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdornan committed Jan 28, 2017
1 parent 2cbc961 commit c5a31cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Hackage](https://img.shields.io/hackage/v/regex.svg)](https://hackage.haskell.org/package/regex)
[![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)](https://tldrlegal.com/license/bsd-3-clause-license-%28revised%29)
[![Hackage](https://img.shields.io/travis/iconnect/regex.svg?label=Linux%2FmacOS)](https://hackage.haskell.org/package/regex)
[![Build Status](https://travis-ci.org/iconnect/regex.svg?branch=master)](https://travis-ci.org/iconnect/regex)
[![Build status](https://img.shields.io/appveyor/ci/engineerirngirisconnectcouk/regex.svg?label=Windows)](https://ci.appveyor.com/project/engineerirngirisconnectcouk/regex/branch/master)
[![Coverage Status](https://coveralls.io/repos/github/iconnect/regex/badge.svg?branch=master)](https://coveralls.io/github/iconnect/regex?branch=master)
[![Un*x build](https://img.shields.io/travis/iconnect/regex.svg?label=Linux%2FmacOS)](https://hackage.haskell.org/package/regex)
[![Windows build](https://img.shields.io/appveyor/ci/engineerirngirisconnectcouk/regex.svg?label=Windows)](https://ci.appveyor.com/project/engineerirngirisconnectcouk/regex/branch/master)
[![Coverage](https://img.shields.io/coveralls/iconnect/regex.svg)](https://coveralls.io/github/iconnect/regex?branch=master)

# regex: A Regular Expression Toolkit for regex-base

Expand Down
4 changes: 2 additions & 2 deletions regex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Author: Chris Dornan
License: BSD3
license-file: LICENSE
Maintainer: chris.dornan@irisconnect.co.uk
Copyright: Chris Dornan
Copyright: Chris Dornan 2016-2017
Category: Text
Build-type: Simple
Stability: rfc
Extra-source-files: changelog
bug-reports: https://github.com/iconnect/regex/issues

Cabal-version: >= 1.14
Cabal-version: >= 1.16

Source-repository head
type: git
Expand Down

0 comments on commit c5a31cf

Please sign in to comment.