jaspervdj / summer-of-haskell

Source code of summer.haskell.org

Home Page:http://summer.haskell.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 time of writing is known to work with GHC 7.10.3 through GHC 8.6.3.

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

About

Source code of summer.haskell.org

http://summer.haskell.org/

License:Other


Languages

Language:HTML 49.3%Language:CSS 26.2%Language:Haskell 23.5%Language:Shell 1.0%