From 1c00b44ebbde9389757111080de5ef99b5f7c1f3 Mon Sep 17 00:00:00 2001 From: harryprayiv Date: Tue, 12 Mar 2024 09:09:43 -0400 Subject: [PATCH] added correct dependencies to the readme --- README.md | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 867a607..8c145e9 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,29 @@ This app provides functions to scrape game data from a baseball API for a given Ensure that you have the necessary Haskell libraries installed, such as: -- HTTP.Simple -- Time -- ByteString -- Vector -- Map -- Text -- Aeson -- Generics -- Crypto -- Directory -- Monad -- Async +- base >=4.11 && <4.18 +- random +- memory +- filepath +- http-conduit +- time +- bytestring +- aeson +- vector +- unordered-containers +- text +- containers +- cryptohash-sha256 +- crypton +- scientific +- directory +- debug-trace-var +- bytestring +- aeson +- text +- containers +- async +- cassava If you use nix, making sure all dependencies are covered is as simple as cloning and running: ```