Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Project Descriptions #37

Closed
wants to merge 2 commits into from
Closed
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
5 changes: 3 additions & 2 deletions site/projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ <h2 class="text-gray-50 font-normal text-3xl-4xl text-center">Volunteering</h2>

<div class="space-y-4">
<h2 class="font-normal text-2xl-4xl">Text-UTF8 Migration</h2>
<p>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. </p>
<p>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 the performance of most haskell programs.</p>

<div class="text-sm sm:text-base">
<a class="arrow-link" href="https://github.com/haskell/text" target="_blank">>> https://github.com/haskell/text</a>
Expand Down Expand Up @@ -105,7 +106,7 @@ <h2 class="font-normal text-2xl-4xl">Text-UTF8 Migration</h2>

<div class="space-y-4">
<h2 class="font-normal text-2xl-4xl">Haskwrap</h2>
<p>The Haskell Foundation began with a conversation about the goals and and context for HF that changed as the conversation grew ever wider. As we resolved to launch HF this whitepaper is a snapshot of that conversation.</p>
<p>A Haskell executable for installing Haskell toolchains, to serve as the de facto standard way to install GHC and other tools.</p>

<div class="text-sm sm:text-base">
<a class="arrow-link" href="https://github.com/snoyberg/haskwrap" target="_blank">>> https://github.com/snoyberg/haskwrap</a>
Expand Down