Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions assets/css/tailwind.built.css
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,13 @@
margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-16 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
}
}
.gap-x-3 {
-moz-column-gap: calc(var(--spacing) * 3);
column-gap: calc(var(--spacing) * 3);
Expand Down Expand Up @@ -1719,6 +1726,15 @@
gap: calc(var(--spacing) * 8);
}
}
.md\:space-y-24 {
@media (width >= 48rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 24) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 24) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.md\:px-6 {
@media (width >= 48rem) {
padding-inline: calc(var(--spacing) * 6);
Expand Down
4 changes: 2 additions & 2 deletions events/2023-ghc-development-workshop.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 2023 GHC Contributors' Workshop
published: 2023-03-01
daterange: June 7-9, 2023
status: inactive
starts: 2023-06-07
ends: 2023-06-09
location: Rapperswil, Switzerland
summary: A hands-on introduction to working on GHC, colocated with Zurihac 2023
---
Expand Down
4 changes: 2 additions & 2 deletions events/2024-haskell-ecosystem-workshop.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 2024 Haskell Ecosystem Workshop
published: 2024-02-29
daterange: June 6-7, 2024
status: active
starts: 2024-06-06
ends: 2024-06-07
location: Rapperswil, Switzerland
summary: Building on-ramps for the Haskell Ecosystem and its Tools
---
Expand Down
3 changes: 1 addition & 2 deletions events/2025-haskell-ecosystem-workshop.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: 2025 Haskell Ecosystem Workshop
published: 2024-03-05
daterange: June 5, 2025
status: active
starts: 2025-06-05
location: Rapperswil, Switzerland
summary: Lessons from and for Large Haskell Deployments
---
Expand Down
3 changes: 1 addition & 2 deletions events/2025-haskell-implementors-workshop.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: 2025 Haskell Implementors' Workshop
published: 2025-02-14
daterange: June 6, 2025
status: active
starts: 2025-06-06
location: Rapperswil, Switzerland
summary: Forum for people interested in the design and development of Haskell implementations, tools, libraries, and supporting infrastructure.
---
Expand Down
4 changes: 2 additions & 2 deletions events/2026-amerihac.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 2026 Haskell Foundation North American Hackathon (AmeriHac)
published: 2025-09-13
daterange: Feb 7-8, 2026
status: active
starts: 2026-02-07
ends: 2026-02-08
location: New York, New York
summary: Open Source Haskell hackathon
---
Expand Down
3 changes: 1 addition & 2 deletions events/2026-haskell-ecosystem-workshop.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: 2026 Haskell Ecosystem Workshop
published: 2026-02-13
daterange: June 4, 2026
status: active
starts: 2026-06-04
location: Rapperswil, Switzerland
summary: Lessons from and for Large Haskell Deployments
---
Expand Down
3 changes: 1 addition & 2 deletions events/2026-haskell-implementors-workshop.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: 2026 Haskell Implementors' Workshop
published: 2026-02-13
daterange: June 5, 2026
status: active
starts: 2026-06-05
location: Rapperswil, Switzerland
summary: Forum for people interested in the design and development of Haskell implementations, tools, libraries, and supporting infrastructure.
---
Expand Down
16 changes: 16 additions & 0 deletions featured.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
# Tiles pinned to the top of the home page, in this order.
#
# Every entry is the path of a page that already exists somewhere in the site —
# a job opening, a news entry, an event, ... — so a pinned tile is a pointer,
# never a second copy of the text. The tile shows the page's title, its
# `summary` (or its first paragraph if it has none) and a link to it. Pin the
# page a reader is meant to end up on: a job opening belongs here rather than in
# a news entry pointing at it, so that applying is one click away, not two.
#
# To unpin something, delete its line. An empty list drops the whole band; a
# path that names no page fails the build.
featured:
- careers/head-of-development.markdown
- news/2026-08-05/technical-leadership-committee.markdown
---
1 change: 1 addition & 0 deletions haskell-foundation.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ executable site
, pandoc >=2.11 && <3.8
, filepath ^>= 1.5
, text
, time
ghc-options: -threaded
default-language: Haskell2010

Expand Down
7 changes: 0 additions & 7 deletions news/2026-08-10/head-of-development.markdown

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having this be a news item is nice because it signifies a change. If we just added a job posting, I'm not sure it would get the same amount of attention

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, I see it can be "featured"

This file was deleted.

Loading
Loading