Skip to content

Commit 6f33493

Browse files
committed
fix: move summary to body of projects
1 parent 8c56301 commit 6f33493

8 files changed

+8
-11
lines changed

projects/ghc-performance-dashboards.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
status: ideation
33
title: GHC Performance Dashboards
4-
summary: The Haskell Foundation is working with the GHC team to help provide dashboard monitors for Haskell critical libraries (e.g. Aeson, Text, Bytestring).
54
link: https://gitlab.haskell.org/ghc/ghc
65
link-text: https://gitlab.haskell.org/ghc/ghc
76
subtitle: Project Leaders
@@ -12,3 +11,4 @@ leader1name: Matthew Pickering
1211
leader1img: project-leads/mp.png
1312
leader1mail: [email protected]
1413
---
14+
The Haskell Foundation is working with the GHC team to help provide dashboard monitors for Haskell critical libraries (e.g. Aeson, Text, Bytestring).

projects/ghc-platform-ci.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
status: ideation
33
title: GHC Platform CI
4-
summary: The Haskell Foundation is working with the GHC team to provide a better build experience for GHC, allowing them to iterate quicker, fix bugs faster, and make our tools better.
54
link: https://gitlab.haskell.org/ghc/ghc
65
link-text: https://gitlab.haskell.org/ghc/ghc
76
subtitle: Project Leaders
@@ -12,3 +11,4 @@ leader1name: Moritz Angermann
1211
leader1img: project-leads/ma.png
1312
leader1mail: [email protected]
1413
---
14+
The Haskell Foundation is working with the GHC team to provide a better build experience for GHC, allowing them to iterate quicker, fix bugs faster, and make our tools better.

projects/performance-tuning-book.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
status: ideation
33
title: Performance Tuning Book
4-
summary: A community-led book-writing effort that captures the general wisdom for how to make Haskell programs go fast.
54
link: https://github.com/haskellfoundation/gotta-go-fast
65
link-text: haskellfoundation/gotta-go-fast
76
subtitle: Project Leaders/Advisors
@@ -12,3 +11,4 @@ leader1name: Emily Pillmore
1211
leader1img: exec-team/ep.png
1312
leader1mail: [email protected]
1413
---
14+
A community-led book-writing effort that captures the general wisdom for how to make Haskell programs go fast.

projects/project-matchmaker.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
status: inprogress
33
title: Project Matchmaker
4-
summary: A common framework for linking Haskell maintainers to prospective contributors.
54
link: https://github.com/haskellfoundation/matchmaker
65
link-text: github.com/haskellfoundation/matchmaker
76
subtitle: Project Leaders/Advisors
87
leader1name: Théophile "Hécate" Choutri
98
leader1img: board-members/thc.png
109
leader1mail: [email protected]
1110
---
11+
A common framework for linking Haskell maintainers to prospective contributors.

projects/text-utf8-migration.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
status: inprogress
33
title: Text-UTF8 Migration
4-
summary: The UTF-8 character set encoding is the industry standard. Haskell Foundation is driving the effort behind the migration of the core text libraries to use UTF-8 as a default. This will have a positive effect on text performance of many Haskell programs.
54
link: https://github.com/haskell/text
65
link-text: https://github.com/haskell/text
76
subtitle: Project Leaders
@@ -12,3 +11,4 @@ leader1name: Emily Pillmore
1211
leader1img: exec-team/ep.png
1312
leader1mail: [email protected]
1413
---
14+
The UTF-8 character set encoding is the industry standard. Haskell Foundation is driving the effort behind the migration of the core text libraries to use UTF-8 as a default. This will have a positive effect on text performance of many Haskell programs.

projects/unified-haskell-installer.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
status: proposed
33
title: Unified Haskell Installer
4-
summary: Building a universal installer for Haskell toolchains. This effort brings together the Stack and GHCup teams to help build a single installer that will allow HLS, Cabal, Stack, and GHC installations on all major platforms from a single tool.
54
link: https://gitlab.haskell.org/haskell/ghcup-hs
65
link-text: haskell/ghcup-hs
76
subtitle: Project Leaders/Advisors
@@ -15,3 +14,4 @@ leader2name: Michael Snoyman
1514
leader2img: board-members/ms.png
1615
leader2mail: [email protected]
1716
---
17+
Building a universal installer for Haskell toolchains. This effort brings together the Stack and GHCup teams to help build a single installer that will allow HLS, Cabal, Stack, and GHC installations on all major platforms from a single tool.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
status: ideation
33
title: Vector Types Proposal
4-
summary: A proposal for providing a common fusion framework and underlying primitives for stringy data structures in base.
54
link: https://www.snoyman.com/blog/2021/03/haskell-base-proposal/
65
link-text: vector types proposal
76
subtitle: Project Leaders
87
leader0name: Michael Snoyman
98
leader0img: board-members/ms.png
109
leader0mail: [email protected]
1110
---
11+
A proposal for providing a common fusion framework and underlying primitives for stringy data structures in base.

site.hs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ main = hakyll $ do
4747
>>= loadAndApplyTemplate "templates/boilerplate.html" ctx
4848
>>= relativizeUrls
4949

50-
match "projects/*.markdown" $
51-
compile $ pandocCompiler
52-
>>= loadAndApplyTemplate "templates/boilerplate.html" defaultContext
53-
>>= relativizeUrls
50+
match "projects/*.markdown" $ compile pandocCompiler
5451

5552
create ["projects/index.html"] $ do
5653
route idRoute

0 commit comments

Comments
 (0)