Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 092df23

Browse files
committed
Ensure travis only attempts to upload to hackage once per tag
1 parent 8de3ac7 commit 092df23

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ deploy:
4444
skip_cleanup: true
4545
on:
4646
tags: true
47+
condition: "$GHCVER=8.0.1"
4748

4849
notifications:
4950
slack:

README.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
# distribributed-process-extras
22
[![Build Status](https://secure.travis-ci.org/haskell-distributed/distributed-process-extras.png)](http://travis-ci.org/haskell-distributed/distributed-process-extras)
3-
[![Coverage Status](https://coveralls.io/repos/github/haskell-distributed/distributed-process-extras/badge.svg?branch=master)](https://coveralls.io/github/haskell-distributed/distributed-process-extras?branch=master)
4-
[![Hackage](https://img.shields.io/hackage/v/distributed-process-extras.svg)](https://hackage.haskell.org/package/distributed-process-extras)
5-
[![Hackage-Deps](https://img.shields.io/hackage-deps/v/distributed-process-extras.svg)](http://packdeps.haskellers.com/feed?needle=distributed-process-extras)
6-
[![Stackage LTS 6](https://www.stackage.org/package/distributed-process-extras/badge/lts-6)](http://stackage.org/lts-6/package/distributed-process-extras)
3+
[![Code Coverage](https://coveralls.io/repos/github/haskell-distributed/distributed-process-extras/badge.svg?branch=master)](https://coveralls.io/github/haskell-distributed/distributed-process-extras?branch=master)
74
[![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)](https://tldrlegal.com/license/bsd-3-clause-license-%28revised%29)
8-
[![Stories in Progress](https://badge.waffle.io/haskell-distributed/distributed-process-extras.svg?label=in%20progress&title=In%20Progress)](https://waffle.io/hhaskell-distributed/distributed-process-extras)
5+
[![Slack Sign Up/In](https://rauchg-slackin-dxinpkuzrg.now.sh/badge.svg)](https://rauchg-slackin-dxinpkuzrg.now.sh/)
96

10-
See http://haskell-distributed.github.com for documentation, user guides,
11-
tutorials and assistance.
7+
### Releases, LTS
8+
Github: [![GitHub tag](https://img.shields.io/github/tag/haskell-distributed/distributed-process-extras.svg)]() [![GitHub release](https://img.shields.io/github/release/qubyte/rubidium.svg)]() [![GitHub commits](https://img.shields.io/github/commits-since/haskell-distributed/distributed-process-extras/release-0.2.1.svg)]()
129

13-
## Getting Help / Raising Issues
10+
Hackage: [![Releases](https://img.shields.io/hackage/v/distributed-process-extras.svg)](https://hackage.haskell.org/package/distributed-process-extras) [![Dependencies](https://img.shields.io/hackage-deps/v/distributed-process-extras.svg)](http://packdeps.haskellers.com/feed?needle=distributed-process-extras)
1411

15-
Please visit the [bug tracker](https://github.com/haskell-distributed/distributed-process-extras/issues) to submit issues. You can contact the [email protected] mailing list for help and comments.
12+
Stackage: [![LTS 6](https://www.stackage.org/package/distributed-process-extras/badge/lts-6)](http://stackage.org/lts-6/package/distributed-process-extras)
13+
[![NIGHTLY](https://www.stackage.org/package/distributed-process-extras/badge/nightly)](http://stackage.org/nightly/package/distributed-process-extras)
1614

17-
## License
15+
### Getting Help / Raising Issues
16+
[![Slack Sign Up/In](https://rauchg-slackin-dxinpkuzrg.now.sh/badge.svg)](https://rauchg-slackin-dxinpkuzrg.now.sh/) [![Slack Sign Up/In](https://img.shields.io/badge/Freenode-%23haskell--distributed-ff69b4.svg)]()
17+
18+
As well as our Slack channels (you'll need to sign up, but there is a form for doing so) and #haskell-distributed on freenode, you can contact the [email protected] mailing list for help and comments. Please also see http://haskell-distributed.github.com for documentation, user guides, tutorials and assistance.
19+
20+
Visit the [bug tracker](https://github.com/haskell-distributed/distributed-process-extras/issues) to submit issues.
21+
22+
### Story Boards
23+
[![Stories Ready](https://badge.waffle.io/haskell-distributed/distributed-process-extras.svg?label=ready&title=Ready)](https://waffle.io/haskell-distributed/distributed-process-extras)
24+
[![Stories In Progress](https://badge.waffle.io/haskell-distributed/distributed-process-extras.svg?label=waffle%3Ain%20progress&title=In%20Progress)](https://waffle.io/haskell-distributed/distributed-process-extras)
25+
26+
### License
1827

1928
This package is made available under a 3-clause BSD-style license.

0 commit comments

Comments
 (0)