From a5c116d32561a49264cb17ebb99b315a33be5869 Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Thu, 5 Jun 2025 13:40:37 +0200 Subject: [PATCH 1/3] remove duplication in the description --- events/2025-haskell-implementors-workshop.markdown | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/events/2025-haskell-implementors-workshop.markdown b/events/2025-haskell-implementors-workshop.markdown index 8b21da07..51f79aad 100644 --- a/events/2025-haskell-implementors-workshop.markdown +++ b/events/2025-haskell-implementors-workshop.markdown @@ -233,20 +233,6 @@ The scope covers any of the following topics. There may be some topics that peop The call for proposals is closed. Lightning talks will be scheduled on the day of the event. -### Scope and Target Audience - -The Haskell Implementors' Workshop is an ideal place to describe a Haskell extension, describe works-in-progress, demo a new Haskell-related tool, or even propose future lines of Haskell development. Members of the wider Haskell community are encouraged to attend the workshop - we need your feedback to keep the Haskell ecosystem thriving. Students working with Haskell are especially encouraged to share their work. - -The scope covers any of the following topics. There may be some topics that people feel we've missed, so by all means submit a proposal even if it doesn't fit exactly into one of these buckets: - -* Compilation techniques -* Language features and extensions -* Type system implementation -* Concurrency and parallelism: language design and implementation -* Performance, optimization and benchmarking -* Virtual machines and run-time systems -* Libraries and tools for development or deployment - ### Talks We invite proposals from potential speakers for talks and demonstrations. We are aiming for 20-minute talks with 5 minutes for questions and changeovers. We want to hear from people writing compilers, tools, or libraries, people with cool ideas for directions in which we should take the platform, proposals for new features to be implemented, and half-baked crazy ideas. Please submit a talk title and abstract of no more than 300 words. From b7d11403610194a94b4faf072eec652db335c3d3 Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Thu, 5 Jun 2025 13:42:34 +0200 Subject: [PATCH 2/3] Change the event summary to be more inviting Change the summary to avoid the impression that the event is only for those that are already deeply involved in the implementation of Haskell tools or compilers, but rather be open to anyone interested in these topics independent of their prior experience or prior contributions. --- events/2025-haskell-implementors-workshop.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/2025-haskell-implementors-workshop.markdown b/events/2025-haskell-implementors-workshop.markdown index 51f79aad..a1df4406 100644 --- a/events/2025-haskell-implementors-workshop.markdown +++ b/events/2025-haskell-implementors-workshop.markdown @@ -4,7 +4,7 @@ published: 2025-02-14 daterange: June 6, 2025 status: active location: Rapperswil, Switzerland -summary: Forum for people involved in the design and development of Haskell implementations, tools, libraries, and supporting infrastructure. +summary: Forum for people interested in the design and development of Haskell implementations, tools, libraries, and supporting infrastructure. --- The 17th Haskell Implementors' Workshop is to be held on June 6th 2025 alongside ZuriHac and the Haskell Ecosystom Workshop near Zurich. The event is organized by the Haskell Community and hosted by the Haskell Foundation at the University of Applied Sciences of Eastern Switzerland (OST) lakeside campus in Rapperswil, Switzerland. It is a forum for people involved in the design and development of Haskell implementations, tools, libraries, and supporting infrastructure to share their work and to discuss future directions and collaborations with others. From 3a76033e1851310a57d8a97296837df921b8b568 Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Thu, 5 Jun 2025 18:36:36 +0200 Subject: [PATCH 3/3] Change another instance of involved to interested --- events/2025-haskell-implementors-workshop.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/2025-haskell-implementors-workshop.markdown b/events/2025-haskell-implementors-workshop.markdown index a1df4406..c956bafa 100644 --- a/events/2025-haskell-implementors-workshop.markdown +++ b/events/2025-haskell-implementors-workshop.markdown @@ -7,7 +7,7 @@ location: Rapperswil, Switzerland summary: Forum for people interested in the design and development of Haskell implementations, tools, libraries, and supporting infrastructure. --- -The 17th Haskell Implementors' Workshop is to be held on June 6th 2025 alongside ZuriHac and the Haskell Ecosystom Workshop near Zurich. The event is organized by the Haskell Community and hosted by the Haskell Foundation at the University of Applied Sciences of Eastern Switzerland (OST) lakeside campus in Rapperswil, Switzerland. It is a forum for people involved in the design and development of Haskell implementations, tools, libraries, and supporting infrastructure to share their work and to discuss future directions and collaborations with others. +The 17th Haskell Implementors' Workshop is to be held on June 6th 2025 alongside ZuriHac and the Haskell Ecosystom Workshop near Zurich. The event is organized by the Haskell Community and hosted by the Haskell Foundation at the University of Applied Sciences of Eastern Switzerland (OST) lakeside campus in Rapperswil, Switzerland. It is a forum for people interested in the design and development of Haskell implementations, tools, libraries, and supporting infrastructure to share their work and to discuss future directions and collaborations with others. In the past the Haskell Implementors' Workshop was co-located with ICFP (International Conference on Functional Programming). However, in recent years it has become more and more challenging to attract a large enough audience and sufficiently many speakers for an appealing program. ZuriHac and the Haskell Ecosystem Workshop have become an important annual gathering of a large part of the Haskell community. This year the Haskell Implementors' Workshop will be co-located with these events to be accessible to a broader audience.