Skip to content

Commit

Permalink
Merge pull request #1838 from ysangkok/crypton
Browse files Browse the repository at this point in the history
Use crypton instead of cryptonite
  • Loading branch information
psibi authored Jul 17, 2024
2 parents b9f4d69 + 55ec1f2 commit 880b62c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
2 changes: 2 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ packages:

extra-deps:
- attoparsec-aeson-2.1.0.0
- crypton-1.0.0
- crypton-conduit-0.2.3
4 changes: 4 additions & 0 deletions yesod-auth/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for yesod-auth

## 1.6.11.4

* Use crypton instead of cryptonite [#1838](https://github.com/yesodweb/yesod/pull/1838)

## 1.6.11.3

* Add Romanian translation [#1809](https://github.com/yesodweb/yesod/pull/1809)
Expand Down
4 changes: 2 additions & 2 deletions yesod-auth/yesod-auth.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: yesod-auth
version: 1.6.11.3
version: 1.6.11.4
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin
Expand Down Expand Up @@ -35,7 +35,7 @@ library
, conduit >= 1.3
, conduit-extra
, containers
, cryptonite
, crypton
, data-default
, email-validate >= 1.0
, file-embed
Expand Down
4 changes: 4 additions & 0 deletions yesod-static/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for yesod-static

## 1.6.1.1

* Use crypton instead of cryptonite [#1838](https://github.com/yesodweb/yesod/pull/1838)

## 1.6.1.0

* Support reproducible embedded file order [#1684](https://github.com/yesodweb/yesod/issues/1684#issuecomment-652562514)
Expand Down
10 changes: 5 additions & 5 deletions yesod-static/yesod-static.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yesod-static
version: 1.6.1.0
version: 1.6.1.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
Expand Down Expand Up @@ -35,8 +35,8 @@ library
, bytestring >= 0.9.1.4
, conduit >= 1.3
, containers >= 0.2
, cryptonite >= 0.11
, cryptonite-conduit >= 0.1
, crypton >= 1.0
, crypton-conduit >= 0.2.3
, css-text >= 0.1.2
, data-default
, directory >= 1.0
Expand Down Expand Up @@ -98,8 +98,8 @@ test-suite tests
, bytestring
, conduit
, containers
, cryptonite
, cryptonite-conduit
, crypton
, crypton-conduit
, data-default
, directory
, file-embed
Expand Down

0 comments on commit 880b62c

Please sign in to comment.