Skip to content

Commit a2750b0

Browse files
authored
Merge pull request #398 from haskellfoundation/b/stackage-handover
Add stackage handover news item
2 parents 925bcca + 3ea6bd1 commit a2750b0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Stackage Handover Completed
3+
author: Bryan Richter, DevOps Engineer
4+
---
5+
6+
7+
I'm happy to announce the completion of the handover of [Stackage.org](https://www.stackage.org) to the Haskell Foundation.
8+
9+
10+
Thanks to FP Complete's effort and dedication, Stack and Stackage have been part of the Haskell community for ten years. These tools opened up wider adoption of Haskell and introduced new ways of working on Haskell projects of all sizes. The Stack approach to dependency management—using fixed package sets—offered an alternative to the solver-based approach used by cabal-install. While useful in its own right, simply having more than one approach to dependency management spurred development across the ecosystem. Today we see friendly collaboration and cross-pollination between the Stack and Cabal communities. I believe we have already entered a period of renewed evolution of the Haskell tooling world.
11+
12+
The Haskell Foundation's mission is to broaden Haskell adoption by supporting its ecosystem of tools, libraries, education, and research. Administering Stackage is a direct embodiment of that mission! As administrators, we look forward to supporting the developers and curators of the Stack and Stackage. These tools have always been open to community contribution, and that is only more true now. The Foundation facilitates the community, but it's the community that drives innovation. I'm looking forward to what comes next.
13+
14+
Once again, thank you to FP Complete for providing these tools, and thank you to the Haskell Foundation's sponsors for enabling this kind of work.

templates/news/tile.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ <h4 class="text-2xl-4xl font-normal text-right"><small>$category$</small></h4>
1313
<div class="relative bg-white">
1414
<div class="py-4 px-6 sm:px-12">
1515
<h2 class="text-2xl-4xl font-normal">$title$</h2>
16-
<p class="mt-8">$body$</p>
16+
$if(author)$
17+
<div class="text-xl mt-2">
18+
$author$
19+
</div>
20+
$endif$
21+
<div class="mt-8 space-y-4">$body$</div>
1722
</div>
1823
</div>
1924
</div>

0 commit comments

Comments
 (0)