Skip to content

Commit

Permalink
Update community links in package READMEs (#2896)
Browse files Browse the repository at this point in the history
These READMEs are rendered as part of the documentation on Hackage, and
are thus pretty prominent. But the links at the bottom aren't very up
to date anymore. I just copied the essence from clash-lang.org.

The `Hackage Dependencies` badge is unfortunately no longer supported:

badges/shields#10618

so we should drop the badge.
  • Loading branch information
DigitalBrains1 authored Mar 6, 2025
1 parent 9d94353 commit 45d09f6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
12 changes: 10 additions & 2 deletions clash-ghc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,13 @@ Features of Clash:

* Support for multiple clock domains, with type safe clock domain crossing.

# Support
For updates and questions join the mailing list clash-language+subscribe@googlegroups.com or read the [forum](https://groups.google.com/d/forum/clash-language)
# Open-source community
Clash benefits from an active community. Whether you need a question answered or
want to contribute to open-source features, browse the features below to make
the most of Clash.

- [Discourse: long form discussions and questions](https://clash-lang.discourse.group/)
- [Discord: short form discussions and community chat room](https://discord.gg/rebGq25FB4)
- [Slack: short form discussions and questions](https://functionalprogramming.slack.com/archives/CPGMJFF50)
(Invite yourself at [fpslack.com](https://fpslack.com))
- [Github: issue tracker](https://github.com/clash-lang/clash-compiler/issues)
12 changes: 10 additions & 2 deletions clash-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,13 @@ Features of Clash:

* Support for multiple clock domains, with type safe clock domain crossing.

# Support
For updates and questions join the mailing list clash-language+subscribe@googlegroups.com or read the [forum](https://groups.google.com/d/forum/clash-language)
# Open-source community
Clash benefits from an active community. Whether you need a question answered or
want to contribute to open-source features, browse the features below to make
the most of Clash.

- [Discourse: long form discussions and questions](https://clash-lang.discourse.group/)
- [Discord: short form discussions and community chat room](https://discord.gg/rebGq25FB4)
- [Slack: short form discussions and questions](https://functionalprogramming.slack.com/archives/CPGMJFF50)
(Invite yourself at [fpslack.com](https://fpslack.com))
- [Github: issue tracker](https://github.com/clash-lang/clash-compiler/issues)
15 changes: 10 additions & 5 deletions clash-prelude/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Pipeline status](https://gitlab.com/clash-lang/clash-compiler/badges/master/pipeline.svg)](https://gitlab.com/clash-lang/clash-compiler/commits/master)
[![Hackage](https://img.shields.io/hackage/v/clash-prelude.svg)](https://hackage.haskell.org/package/clash-prelude)
[![Hackage Dependencies](https://img.shields.io/hackage-deps/v/clash-prelude.svg?style=flat)](http://packdeps.haskellers.com/feed?needle=exact%3Aclash-prelude)

Clash is a functional hardware description language that borrows both
its syntax and semantics from the functional programming language
Expand All @@ -25,7 +24,13 @@ Features of Clash:

* Support for multiple clock domains, with type safe clock domain crossing.

# Support
For updates and questions join the mailing list
clash-language+subscribe@googlegroups.com or read the
[forum](https://groups.google.com/d/forum/clash-language)
# Open-source community
Clash benefits from an active community. Whether you need a question answered or
want to contribute to open-source features, browse the features below to make
the most of Clash.

- [Discourse: long form discussions and questions](https://clash-lang.discourse.group/)
- [Discord: short form discussions and community chat room](https://discord.gg/rebGq25FB4)
- [Slack: short form discussions and questions](https://functionalprogramming.slack.com/archives/CPGMJFF50)
(Invite yourself at [fpslack.com](https://fpslack.com))
- [Github: issue tracker](https://github.com/clash-lang/clash-compiler/issues)

0 comments on commit 45d09f6

Please sign in to comment.