Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crypton version bump #79

Merged
merged 3 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
cabal:
name: cabal / ghc-${{matrix.ghc}} / ${{ matrix.os }}
continue-on-error: ${{ matrix.ghc == '9.8.1'}}
continue-on-error: ${{ matrix.ghc == '9.10.1'}}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -18,12 +18,12 @@ jobs:
- macOS-latest
cabal: ["latest"]
ghc:
- "8.10.7"
- "9.0.2"
- "9.2.8"
- "9.4.8"
- "9.6.4"
- "9.8.1"
- "9.6.5"
- "9.8.2"
- "9.10.1"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -65,12 +65,11 @@ jobs:
matrix:
stack: ["latest"]
resolver:
- "--resolver lts-18" # GHC 8.10.7
- "--resolver lts-19" # GHC 9.0.2
- "--resolver lts-20" # GHC 9.2.8
- "--resolver lts-21" # GHC 9.4.8
- "--resolver lts-22" # GHC 9.6.4
- "--resolver nightly" # GHC 9.8.1
- "--resolver lts-22" # GHC 9.6.5
- "--resolver nightly" # GHC 9.8.2

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion password/password.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ library
-- `if flag(cryptonite) build-depends: cryptonite`
if flag(crypton)
build-depends:
crypton >= 0.31 && < 0.35
crypton >= 0.31 && < 1.1
else
build-depends:
cryptonite >= 0.15.1 && < 0.31
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-22.7
resolver: lts-22.23

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: 7b975b104cb3dbf0c297dfd01f936a4d2ee523241dd0b1ae960522b833fe3027
size: 714096
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/7.yaml
original: lts-22.7
sha256: 73ad581de7c5306278aec7706cafaf3b1c2eb7abf4ab586e4d9dc675c6106c4e
size: 718708
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/23.yaml
original: lts-22.23
Loading