Projekt na zaliczenie przedmiotu Programowanie funkcyjne 2024/SL.
Go to file
2024-05-25 20:25:24 +02:00
app Merge branch 'master' of https://git.wmi.amu.edu.pl/s473558/profun 2024-05-25 20:25:24 +02:00
plot added simple plot generator in svg format 2024-05-25 20:00:14 +02:00
.gitignore added gitignore 2024-05-25 16:03:03 +02:00
profun.cabal Merge branch 'master' of https://git.wmi.amu.edu.pl/s473558/profun 2024-05-25 20:25:24 +02:00
README.md Merge branch 'master' of https://git.wmi.amu.edu.pl/s473558/profun 2024-05-25 20:25:24 +02:00

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)
  • http-client
  • http-client-tls
  • http-conduit
  • Chart
  • Chart-diagrams