Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 1.02 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.02 KB

Build badge

Blunt converts between pointfree and pointful Haskell expressions. It is a web front end to the pointfree and pointful libraries. While you can install and run it locally, there's no real reason to prefer it over the pointfree and pointful executables.

Install

  1. Install Stack.

  2. stack build

Run

  1. stack exec blunt

Configure

Name Default
HONEYBADGER_API_KEY -
LOGS_PRIORITY NOTICE
METRICS_HOST 127.0.0.1
METRICS_PORT 8081
SERVER_HOST 127.0.0.1
SERVER_PORT 8080