Projekt na zaliczenie przedmiotu Programowanie funkcyjne 2024/SL.
app | ||
plot | ||
.gitignore | ||
profun.cabal | ||
README.md |
Run via:
cabal run
to get the needed dependencies.
Dependencies
This project makes use of the following dependencies (specified in profun.cabal
):
- http-client (for API requests)
- http-client-tls (for API requests)
- http-conduit (for API requests)
- aeson (JSON parsing)
- Chart (for generating plot)
- Chart-diagrams (for generating plot)
- bytestring (for ByteString type)
- utf8-string (for conversion from String to ByteString)
- time (for getting date)