Hi all, I've just created a stack files that contains the following:
extra-deps: - http-client-0.5.1 That version of that package is on hackage. It's also in my local hackage index that's used by cabal, as the output of `cabal info http-client` indicates. Yet stack can't find it, output inserted below. It seems that stack is using its own hackage index separate from the one that cabal is using. It also seems to fetch that index not from hackage but from somewhere else. Is that understanding correct? If so, is it normal that the stack hackage indices online are out of date for some time? Cheers, Sönke Here's stack's output: Didn't see http-client-0.5.1 in your package indices. Updating and trying again. Fetching package index ...remote: Counting objects: 1, done. remote: Total 1 (delta 0), reused 1 (delta 0), pack-reused 0 Unpacking objects: 100% (1/1), done. Fetched package index. The following package identifiers were not found in your indices: http-client-0.5.1 Possible candidates: http-client-0.5.0, http-client-0.5.0.1. -- You received this message because you are subscribed to the Google Groups "haskell-stack" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/0b6014dd-82a9-4be0-8e1e-398944239b68%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
