Skip to content

bank-manager/haskell-pre-commit-hooks

 
 

Repository files navigation

Haskell pre-commit hooks

Haskell related hooks for use with the http://pre-commit.com/ framework.

Hooks

Most hooks can be installed with stack. If not already available, install stack. Then install the needed program e.g., to install hlint run:

stack --resolver=nightly --install-ghc install hlint

hlint

HLint gives suggestions on how to improve your source code.

Install with stack.

stylish-haskell

stylish-haskell is a code prettifier.

Install with stack.

About

Haskell related hooks for use with the http://pre-commit.com/ framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%