profun/README.md

16 lines
314 B
Markdown
Raw Normal View History

2024-05-25 14:32:43 +02:00
### Run via:
`cabal run`
to get the needed dependencies.
### Dependencies
This project makes use of the following dependencies (specified in `profun.cabal`):
2024-05-25 20:21:38 +02:00
* http-client (for API requests)
* http-client-tls (for API requests)
* http-conduit (for API requests)
* aeson (JSON parsing)
2024-05-25 20:01:50 +02:00
* Chart
* Chart-diagrams