Skip to content

Commit 26ec126

Browse files
committed
Use crypton instead of cryptonite
1 parent 21480fd commit 26ec126

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
os:
2525
- ubuntu-latest
2626
ghc:
27-
- '8.2'
28-
- '8.4'
29-
- '8.6'
3027
- '8.8'
3128
- '8.10'
3229
- '9.0'
@@ -37,7 +34,7 @@ jobs:
3734
- os: macos-latest
3835
ghc: system
3936
- os: windows-latest
40-
ghc: system
37+
ghc: '9.2'
4138
steps:
4239
- uses: actions/checkout@v3
4340
- uses: hspec/setup-haskell@v1

hpack.cabal

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extra-source-files:
1212
ghc-options: -Wall -fno-warn-incomplete-uni-patterns
1313

1414
dependencies:
15-
- base >= 4.9 && < 5
15+
- base >= 4.13 && < 5
1616
- bytestring
1717
- deepseq
1818
- directory >= 1.2.5.0
@@ -27,11 +27,11 @@ dependencies:
2727
- Cabal >= 3.0.0.0 && < 3.11
2828
- pretty
2929
- bifunctors
30-
- cryptonite
30+
- crypton
3131
- transformers
3232
- http-types
3333
- http-client
34-
- http-client-tls
34+
- http-client-tls >= 0.3.6.2
3535
- vector
3636
- infer-license >= 0.2.0 && < 0.3
3737

0 commit comments

Comments
 (0)