Skip to content

Commit 191daa3

Browse files
authored
Update the UIP project description (#80)
1 parent e43bed0 commit 191daa3

File tree

6 files changed

+59
-49
lines changed

6 files changed

+59
-49
lines changed

docs/css/main.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/projects/index.html

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -300,40 +300,45 @@ <h2 class="font-normal text-2xl-4xl">Text-UTF8 Migration</h2>
300300
<div class="bg-gray-100 px-6 sm:px-12 py-12">
301301

302302
<div class="space-y-4">
303-
<h2 class="font-normal text-2xl-4xl">Haskup</h2>
304-
<p>A Haskell executable for installing Haskell toolchains, to serve as the de facto standard way to install GHC and other tools.</p>
303+
<h2 class="font-normal text-2xl-4xl">Unified Haskell Installer</h2>
304+
<p>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.</p>
305305
<div class="text-sm sm:text-base">
306-
<a class="arrow-link" href="https://github.com/snoyberg/haskup" target="_blank">>> https://github.com/snoyberg/haskup</a>
306+
<a class="arrow-link" href="https://gitlab.haskell.org/haskell/ghcup-hs" target="_blank">>> haskell/ghcup-hs</a>
307307
</div>
308308

309309
<div class="uppercase font-medium text-gray-500 pt-4">Project Leaders/Advisors</div>
310310
</div>
311311
<div class="divide-y-2">
312312

313-
<div class="flex items-center py-4 space-x-6">
314-
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
315-
316-
<div class="fas fa-user text-gray-400 text-3xl"></div>
317-
318-
319-
</div>
320-
<div>
321-
<div class="font-medium">In need of a Leader!</div>
322-
<a class="block" href="mailto:[email protected]">[email protected]</a>
323-
</div>
313+
<div class="flex items-center py-4 space-x-6">
314+
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
315+
<img src="../static/images/board-members/cd.png" alt="Chris Dornan">
324316
</div>
317+
<div>
318+
<div class="font-medium">Chris Dornan</div>
319+
<a class="block" href="mailto:[email protected]">[email protected]</a>
320+
</div>
321+
</div>
325322

326-
<div class="flex items-center py-4 space-x-6">
327-
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
328-
329-
<img src="../static/images/board-members/ms.png" alt="Michael Snoyman">
323+
<div class="flex items-center py-4 space-x-6">
324+
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
325+
<img src="../static/images/project-leads/jo.png" alt="Julian Ospald">
326+
</div>
327+
<div>
328+
<div class="font-medium">Julian Ospald</div>
329+
<a class="block" href="mailto:[email protected]">[email protected]</a>
330+
</div>
331+
</div>
330332

331-
</div>
332-
<div>
333-
<div class="font-medium">Michael Snoyman</div>
334-
<a class="block" href="mailto:[email protected]">[email protected]</a>
335-
</div>
333+
<div class="flex items-center py-4 space-x-6">
334+
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
335+
<img src="../static/images/board-members/ms.png" alt="Michael Snoyman">
336+
</div>
337+
<div>
338+
<div class="font-medium">Michael Snoyman</div>
339+
<a class="block" href="mailto:[email protected]">[email protected]</a>
336340
</div>
341+
</div>
337342

338343
</div>
339344

148 KB
Loading

docs/vision/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ <h3>Improving the Haskell Adoption Story</h3>
332332
A principal goal of the Foundation is to promote adoption of Haskell. We see that task as having three major components:
333333
</div>
334334
<p>
335-
<h4>Eliminating unreasonable and perceived barriers to adoption.</h4>
335+
<h4>Eliminating unreasonable and perceived barriers to adoption</h4>
336336

337337
Educating the tech community about the benefits of adoption, including decision makers.
338338
Enhancing the tooling, so that the risk of adoption is dramatically reduced.

site/projects/index.html

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -104,40 +104,45 @@ <h2 class="font-normal text-2xl-4xl">Text-UTF8 Migration</h2>
104104
<div class="bg-gray-100 px-6 sm:px-12 py-12">
105105

106106
<div class="space-y-4">
107-
<h2 class="font-normal text-2xl-4xl">Haskup</h2>
108-
<p>A Haskell executable for installing Haskell toolchains, to serve as the de facto standard way to install GHC and other tools.</p>
107+
<h2 class="font-normal text-2xl-4xl">Unified Haskell Installer</h2>
108+
<p>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.</p>
109109
<div class="text-sm sm:text-base">
110-
<a class="arrow-link" href="https://github.com/snoyberg/haskup" target="_blank">>> https://github.com/snoyberg/haskup</a>
110+
<a class="arrow-link" href="https://gitlab.haskell.org/haskell/ghcup-hs" target="_blank">>> haskell/ghcup-hs</a>
111111
</div>
112112

113113
<div class="uppercase font-medium text-gray-500 pt-4">Project Leaders/Advisors</div>
114114
</div>
115115
<div class="divide-y-2">
116116

117-
<div class="flex items-center py-4 space-x-6">
118-
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
119-
120-
<div class="fas fa-user text-gray-400 text-3xl"></div>
121-
122-
123-
</div>
124-
<div>
125-
<div class="font-medium">In need of a Leader!</div>
126-
<a class="block" href="mailto:[email protected]">[email protected]</a>
127-
</div>
117+
<div class="flex items-center py-4 space-x-6">
118+
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
119+
<img src="/static/images/board-members/cd.png" alt="Chris Dornan">
128120
</div>
121+
<div>
122+
<div class="font-medium">Chris Dornan</div>
123+
<a class="block" href="mailto:[email protected]">[email protected]</a>
124+
</div>
125+
</div>
129126

130-
<div class="flex items-center py-4 space-x-6">
131-
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
132-
133-
<img src="/static/images/board-members/ms.png" alt="Michael Snoyman">
127+
<div class="flex items-center py-4 space-x-6">
128+
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
129+
<img src="/static/images/project-leads/jo.png" alt="Julian Ospald">
130+
</div>
131+
<div>
132+
<div class="font-medium">Julian Ospald</div>
133+
<a class="block" href="mailto:[email protected]">[email protected]</a>
134+
</div>
135+
</div>
134136

135-
</div>
136-
<div>
137-
<div class="font-medium">Michael Snoyman</div>
138-
<a class="block" href="mailto:[email protected]">[email protected]</a>
139-
</div>
137+
<div class="flex items-center py-4 space-x-6">
138+
<div class="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center">
139+
<img src="/static/images/board-members/ms.png" alt="Michael Snoyman">
140+
</div>
141+
<div>
142+
<div class="font-medium">Michael Snoyman</div>
143+
<a class="block" href="mailto:[email protected]">[email protected]</a>
140144
</div>
145+
</div>
141146

142147
</div>
143148

148 KB
Loading

0 commit comments

Comments
 (0)