Skip to content

Commit

Permalink
Use crypton (#129)
Browse files Browse the repository at this point in the history
Before submitting your PR, check that you've:

- [ ] Documented new APIs with [Haddock
markup](https://www.haskell.org/haddock/doc/html/index.html)
- [ ] Added [`@since`
declarations](http://haskell-haddock.readthedocs.io/en/latest/markup.html#since)
to the Haddock

After submitting your PR:

- [ ] Update the Changelog.md file with a link to your PR
- [ ] Bumped the version number if there isn't an `(unreleased)` on the
Changelog
- [ ] Check that CI passes (or if it fails, for reasons unrelated to
your change, like CI timeouts)

<!---Thanks so much for contributing! :)

_If these checkboxes don't apply to your PR, you can delete them_-->
  • Loading branch information
9999years authored Nov 6, 2023
1 parent affd233 commit 46dce3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack-web.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ library
, bytestring
, classy-prelude
, containers
, cryptonite
, crypton
, data-default-class
, deepseq
, either
Expand Down

0 comments on commit 46dce3e

Please sign in to comment.