serokell / tzbot

Timezone bot for Slack
Mozilla Public License 2.0
7 stars 2 forks source link

[Chore] Clean up stack.yaml #125

Closed gromakovsky closed 1 year ago

gromakovsky commented 1 year ago

Description

  1. context and glider-nlp are listed as Slacker's deps, but they are not. Let's move them outside.
  2. context-0.2.0.1 is available in the resolver we are using. Let's delete it from extra-deps.
  3. The most recent tztime is available on Hackage, let's get it from there.

Related issue(s)

None

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)

✓ Release Checklist

dcastro commented 1 year ago

Looks like we need to nix flake lock --update-input hackage (and possibly hackage.nix as well)

gromakovsky commented 1 year ago

My local Nix installation got broken again, so, @dcastro, if you have everything setup locally to run this command (nix flake lock --update-input hackage) with no trouble could you please do it and push the change? If you need to do something more than that, you can leave it to me.

dcastro commented 1 year ago

@gromakovsky done, seems to be building now! :smile: