Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 901 Bytes

File metadata and controls

33 lines (25 loc) · 901 Bytes

Simple Haskell Server Template

This is a Haskell Servant web server project template that can be used to start a project right away.

The project uses Haskell Stack as the build tool.

Instructions

Please update the GHC Stack snapshot version in stack.yaml before building your project.

A cabal file will get auto-generated by the project. Please DO NOT edit the cable file manually. Project related configrations should be updated in stack.yaml and package.yaml.

Build commands

Build:

stack build

Test:

stack test

Formatter

Stylish-haskell is recommended.

To install it:

stack install stylish-haskell