Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Haskell Servant web server template

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages