Skip to content

hasufell/haskellfoundation.github.io

 
 

Repository files navigation

Haskell Foundation

The Haskell Foundation Website

Hackage

This repository is for the haskell.foundation website. It is a proud, Hakyll-based site, built as an in-kind contribution from Obsidian Systems, and maintained by the Haskell Foundation and its volunteers. If you would like to get started with a merge request, please consult the documentation below.

Table Of Contents

Building

Nix

To build the project:

nix-build

To run the local development server:

./watch.sh

Alternatively, you can drop into a nix-shell with

nix-shell

And call the website watch command directly via Cabal or Stack:

cabal run haskell-foundation -- watch

Cabal/Stack

The site can be built locally with Cabal and Stack if the 3rd party dependencies are met, and by issuing the following in terminal:

cabal run haskell-foundation -- watch

Or the stack equivalent. For further information, please refer to the CONTRIBUTING.md at the root of this project.

License

This site is open source, and covered under the Apache 2.0 license.

About

The Haskell Foundation github pages site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.4%
  • Nix 28.0%
  • CSS 24.2%
  • Other 1.4%