brendanhay / amazonka

A comprehensive Amazon Web Services SDK for Haskell.
https://amazonka.brendanhay.nz
Other
598 stars 227 forks source link

Nix shell doesn't work (At least on aarch64-darwin) #950

Closed arianvp closed 1 year ago

arianvp commented 1 year ago

Reproduction

% nix develop
% cabal build amazonka
Warning: The package list for 'hackage.haskell.org' does not exist. Run 'cabal
update' to download it.
Resolving dependencies...
Error: cabal: Could not resolve dependencies:
[__0] trying: amazonka-2.0 (user goal)
[__1] unknown package: uuid (dependency of amazonka)
[__1] fail (backjumping, conflict set: amazonka, uuid)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: amazonka, uuid

I also tried the other devShells. same issue

arianvp commented 1 year ago

OH sorry. cabal update fixed it. I somehow assumed nix was providing the dependencies.