pusher / stronghold

[DEPRECATED] A configuration service | owner: @willsewell
12 stars 1 forks source link

Mark external package as extra-dep #11

Closed jameshfisher closed 6 years ago

jameshfisher commented 6 years ago

I don't fully understand why I needed to do this. But I was getting this build error:

$ stack build

Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for stronghold-0.1:
    zookeeper must match -any, but the stack configuration has no specified version
needed since stronghold is a build target.

Some potential ways to resolve this:

  * Set 'allow-newer: true' to ignore all version constraints and build anyway.

  * You may also want to try using the 'stack solver' command.

Plan construction failed.

Which led me to this recent stack issue: https://github.com/commercialhaskell/stack/issues/3728

jameshfisher commented 6 years ago

Aha, I see this is part of #10 !

jameshfisher commented 6 years ago

closing in favor of #10