Hello! I am very new to Haskell. My current project is a Discord bot that does simple image manipulation.
Through trial, error, and Google, I ended up with the following section (under executable ) in my cabal file:
build-depends: base ^>=4.17.1.0, extra, discord-haskell, text, unliftio, dotenv, acid-state, containers, safecopy, mtl, random, http-conduit, bytestring, directory, filepath, JuicyPixels, split, deepseq, parallel, tls == 1.7.0,
However, when I add vector to build-depends, the build fails. I tried Googling (and asking ChatGPT) for solutions, but didn't end up with anything that worked. The main things I tried were specifying specific versions for packages and adding the validation package as a dependency. The error message is below:
Resolving dependencies... Build pr…