Skip to content

Add infrastructure for events, plus the GHC contributors workshop #251

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

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

david-christiansen
Copy link
Contributor

Event tiles are now shown on the front page together with the news and with podcast episodes. There's also an event list that can be found by URL hacking.

The motivation for this is the announcement of the 2023 GHC contributors' workshop, included also in this PR.

Event tiles are now shown on the front page together with the news and
with podcast episodes. There's also an event list that can be found by
URL hacking.

The motivation for this is the announcement of the 2023 GHC
contributors' workshop, included also in this PR.
@@ -1,14 +1,14 @@
name: haskell-foundation
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
cabal-version: 2.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Needed for ^>=


executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll
, hakyll ^>=4.15
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The cabal solver was picking absurd solutions on my machine that involved ancient Hakyll versions and very new Pandoc versions and that would not build together. This seems to fix it.

@david-christiansen david-christiansen merged commit 5bc42ff into hakyll Mar 1, 2023
@david-christiansen david-christiansen deleted the ghc-2023-contrib branch March 1, 2023 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant