Skip to content

Commit

Permalink
add hackage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFontaine committed Jan 27, 2018
1 parent b513474 commit cf91d81
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 7 deletions.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,18 @@ deploy:
secure: Afa47+xKCVR5wdcNSTT3Z3f2vTkuhL/FBVu6rAdj+0Os1r8f9WXY/V2bxMXOf7QfBOOKZZV0VaXo9Zzjtbd4LkxFPSqtZcAxamRj2zlBr7Drb55s0irDwtC7WtafrJSLv8E3+aXjCCBJylF5IqpJAkqnYteHCaONGzKXYacxHDT9nQxF0xHFHLrxT+V6dke1Bq8Q+LxtZmvAMdr68lUxxwMcqxAQKZEnqPfDEswrtPcmsm5/0WqnC954bXaP29I3OW8QmOCgTDqdhuPIPL5sioSNaR2uRtcO+kxeeOgjc30wcb56tcF/iHpuzeOGMY/PQCkSoGHlMAfBswoMsgdjmBARVO1e83oU8aAQ7h8cGoBzywlF4uFBoEZ4LqD3CDvjQYtvzM78/wYjv6MUxSrUHO215xjOl+kizH892KieD1eDu7cGuL/gbVsfz02e/Iw52ncnYMLRn0K0TUvFBqKRfESxB+9+6NGJHwPAMV5ibk3O9CCYg1To/DBuuOaV91YFXfgxgfm3mluqMvGYZeTMAIwxenXNwaITswDXdxXZxn3QZJejJdgvbyTmriypMb+krVQrJrRnyN13OPD5wJyjKRn4tPhxH00BfS+e8vyUU2bu+KqNtCtGKJTBohm/GSeAHgx8rMAkEe+Tr8CXHK8gDzAosPWKMTtswCkEQxphe8o=
file_glob: true
file: /home/travis/build/MarcFontaine/wsjtx-udp/.stack-work/dist/x86_64-linux/*/wsjtx-udp-*.tar.gz
overwrite: true
skip_cleanup: true
on:
tags: true

deploy:
provider: hackage
username: MarcFontaine
password:
# hackage token name : travis-wsjtx-udp-release
secure: "HzjhbcLVubj0Z3Un8RQ42dyISdUKcREw9xoiK232juEw9DRvQLt+IG0jQLmblS8G6iSDM1AZG9j3d8+UV8TW/RB9wX3iD0zg3GI76oEx9eXU4ru6lKV0Epijmy/St6oowsi8v2i7mu06aXKdO5+hIsCAcG0RaDtDp4Z4zmM1FRI9ZJJV+KxykS71MTUn+D9BgQhDkTvZth4Ut4liHE6rg+noz68rc7hz6w8YX73aDryWJV8fcXZXl9DdHXabLUslkdzAiSbeLoXitDAn7jmdcoMw6NNELTJJ0HdPV2m+R3up3g9m0cg/CYdZu21ngldLCF/vtjuqYq66chp8wcqGCe4WTBWXgNJVkikrJOw71M67CwrCJnZoH61D4G6LPcg0w42+/zqTyyVMVWffDsALkyg0PZXnE7D+CoOFgYRA0Ti7ae8QzNw3JfjSBXdCJNw5kVrK3vTlvg4D7NA83nCms9JzPvovMMvwUJqMZZ7BzbhL+1QRquqUb6C4EG5vAa7TXUNEQ7i6RmTX6Vl82MvQPPntMvYmkIOc8t/3lagDDBFrI3BLaJTaqsqKhwRXOlGbXypw/58ISCIrGIdGYBiz+Nai9JV+R3eGO+Cr6H/pb8kUC5viBQqbS/ooRZDWqk4Cz7IBRKoE+OeWrDqfOktCH4PRw1lheeCdPuY0lzr19DU="
file_glob: true
file: /home/travis/build/MarcFontaine/wsjtx-udp/.stack-work/dist/x86_64-linux/*/wsjtx-udp-*.tar.gz
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) Marc Fontaine 2017
Copyright (c) Marc Fontaine 2017-2018

All rights reserved.

Expand Down
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# WSJT-X UDP Server

[![Build Status](https://travis-ci.org/MarcFontaine/wsjtx-udp.svg?branch=master)](https://travis-ci.org/MarcFontaine/wsjtx-udp)
[![Build status](https://ci.appveyor.com/api/projects/status/few8e9b1c8m77o61/branch/master?svg=true)](https://ci.appveyor.com/project/MarcFontaine/wsjtx-udp/branch/master)
WSJT-X UDP Server
=================

[![Available on Hackage][badge-hackage]][hackage]
[![License BSD3][badge-license]][license]
[![Build Status][badge-travis]][travis]
[![AppVeyor][badge-appveyor]][appveyor]
[![Windows Binary Release][badge-github-releases]][github-releases]

This library provides:

Expand All @@ -13,3 +16,15 @@ This library provides:

The executable wsjtx-dump-udp
dumps all incoming UDP-packages to std-out (in JSON format).


[travis]: https://travis-ci.org/MarcFontaine/wsjtx-udp
[badge-travis]: https://img.shields.io/travis/MarcFontaine/wsjtx-udp.svg?label=Linux%20build
[appveyor]: https://ci.appveyor.com/project/MarcFontaine/wsjtx-udp/branch/master
[badge-appveyor]: https://img.shields.io/appveyor/ci/MarcFontaine/wsjtx-udp.svg?label=Windows%20build
[badge-github-releases]: https://img.shields.io/github/release/MarcFontaine/wsjtx-udp.svg?label=Windows%20Binary
[github-releases]: https://github.com/MarcFontaine/wsjtx-udp/releases
[badge-license]: https://img.shields.io/badge/license-BSD3-green.svg
[license]: https://github.com/MarcFontaine/wsjtx-udp/blob/master/LICENSE
[hackage]: https://hackage.haskell.org/package/wsjtx-udp
[badge-hackage]: https://img.shields.io/hackage/v/wsjtx-udp.svg
2 changes: 1 addition & 1 deletion wsjtx-udp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: BSD3
license-file: LICENSE
author: Marc Fontaine
maintainer: [email protected]
category: HAM, Network, IoT
category: ham-radio, wsjtx
homepage: https://github.com/MarcFontaine/wsjtx-udp
extra-source-files: README.md
build-type: Simple
Expand Down

0 comments on commit cf91d81

Please sign in to comment.