Skip to content

bjing/simple-haskell-server-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors