Skip to content

Commit

Permalink
added correct dependencies to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
harryprayiv committed Mar 12, 2024
1 parent 93f51d0 commit 1c00b44
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 1c00b44

Please sign in to comment.