Skip to content

haskell-org/summer-of-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c9efd2 · Mar 19, 2025
Apr 5, 2017
Mar 19, 2025
Mar 29, 2023
Jan 5, 2024
Jan 5, 2024
Mar 12, 2023
Feb 1, 2018
Jan 13, 2020
Mar 15, 2017
Jan 5, 2024
Mar 15, 2017
Jan 28, 2019
Feb 22, 2022
Jan 17, 2023
Jan 17, 2023
Jan 5, 2024

Repository files navigation

summer-of-haskell

This is the source code for the summer of Haskell website.

How to build this website

Using cabal

Modern method (Cabal 2.4 and newer)

This is the recommended method and at the time of writing is known to work with GHC 7.10.3 through GHC 9.4.8.

cabal v2-run exes -- preview

Legacy method

cabal install --only-dependencies
cabal build
./dist/build/summer-of-haskell/summer-of-haskell preview

Using stack

stack build
stack exec -- summer-of-haskell preview

Then point your browser at http://localhost:8000