Projekt na zaliczenie przedmiotu Programowanie funkcyjne 2024/SL.
Go to file
2024-05-25 20:21:38 +02:00
app modular api handling part 1 2024-05-25 20:21:38 +02:00
profun.cabal modular api handling part 1 2024-05-25 20:21:38 +02:00
README.md modular api handling part 1 2024-05-25 20:21:38 +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)