Skip to content

Commit

Permalink
final update to fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlix committed Nov 3, 2024
1 parent f92f1fc commit 306c793
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 25 deletions.
4 changes: 2 additions & 2 deletions stack-lts-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ extra-deps:
- crypton-x509-1.7.6
- crypton-x509-store-1.6.9
- crypton-x509-validation-1.6.12
- data-default-0.8.0.0
- http-semantics-0.2.0
- http2-5.3.1
- network-byte-order-0.1.7
- network-control-0.1.0
- tls-1.7.0
- tls-2.1.3
- tls-session-manager-0.0.7
- unix-time-0.4.11
9 changes: 4 additions & 5 deletions stack-lts-19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ nix:
- zlib
extra-deps:
- basement-0.0.16
- crypto-token-0.1.1
- crypto-token-0.1.2
- crypton-0.34
- crypton-x509-1.7.6
- crypton-x509-store-1.6.9
- crypton-x509-system-1.6.7
- crypton-x509-validation-1.6.12
- data-default-0.8.0.0
- fast-logger-3.2.2
- http-semantics-0.2.0
- http2-5.3.1
Expand All @@ -40,8 +39,8 @@ extra-deps:
- network-byte-order-0.1.7
- network-control-0.1.0
- network-udp-0.0.0
- quic-0.2.1
- quic-0.2.3
- sockaddr-0.0.1
- tls-2.0.6
- tls-session-manager-0.0.5
- tls-2.1.3
- tls-session-manager-0.0.7
- unix-time-0.4.12
9 changes: 4 additions & 5 deletions stack-lts-20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ nix:
- zlib
extra-deps:
- cgi-3001.5.0.1
- crypto-token-0.1.1
- crypto-token-0.1.2
- crypton-0.34
- crypton-x509-1.7.6
- crypton-x509-store-1.6.9
- crypton-x509-system-1.6.7
- crypton-x509-validation-1.6.12
- data-default-0.8.0.0
- fast-logger-3.2.2
- http-semantics-0.2.0
- http2-5.3.1
Expand All @@ -40,8 +39,8 @@ extra-deps:
- network-byte-order-0.1.7
- network-control-0.1.0
- network-udp-0.0.0
- quic-0.2.1
- quic-0.2.3
- sockaddr-0.0.1
- tls-2.0.6
- tls-session-manager-0.0.5
- tls-2.1.3
- tls-session-manager-0.0.7
- unix-time-0.4.12
9 changes: 4 additions & 5 deletions stack-lts-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,19 @@ nix:
- fcgi
- zlib
extra-deps:
- crypto-token-0.1.1
- crypto-token-0.1.2
- crypton-1.0.0
- crypton-x509-1.7.6
- crypton-x509-store-1.6.9
- crypton-x509-system-1.6.7
- crypton-x509-validation-1.6.12
- data-default-0.8.0.0
- http-semantics-0.2.0
- http2-5.3.1
- http3-0.0.16
- network-control-0.1.0
- network-udp-0.0.0
- quic-0.2.1
- quic-0.2.3
- sockaddr-0.0.1
- tls-2.0.6
- tls-session-manager-0.0.5
- tls-2.1.3
- tls-session-manager-0.0.7
- unix-time-0.4.12
4 changes: 2 additions & 2 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ nix:
- fcgi
- zlib
extra-deps:
- data-default-0.8.0.0
- http3-0.0.18
- network-udp-0.0.0
- quic-0.2.2
- quic-0.2.3
- sockaddr-0.0.1
- tls-2.1.3
9 changes: 4 additions & 5 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ nix:
- fcgi
- zlib
extra-deps:
- crypto-token-0.1.1
- data-default-0.8.0.0
- crypto-token-0.1.2
- http-semantics-0.2.0
- http2-5.3.1
- http3-0.0.16
- network-control-0.1.0
- network-udp-0.0.0
- quic-0.2.1
- quic-0.2.3
- sockaddr-0.0.1
- tls-2.0.6
- tls-session-manager-0.0.5
- tls-2.1.3
- tls-session-manager-0.0.7
2 changes: 1 addition & 1 deletion warp-tls/warp-tls.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Library
, bytestring >= 0.9
, wai >= 3.2 && < 3.3
, warp >= 3.3.29 && < 3.5
, data-default >= 0.8
, data-default
, tls >= 1.7 && < 2.2
, network >= 2.2.1
, streaming-commons
Expand Down

0 comments on commit 306c793

Please sign in to comment.