Skip to content

Commit

Permalink
using latest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Dec 5, 2024
1 parent 153f7fd commit 6e99a5d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 26 deletions.
12 changes: 6 additions & 6 deletions stack-lts-19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ extra-deps:
- crypton-x509-system-1.6.7
- crypton-x509-validation-1.6.12
- fast-logger-3.2.5
- http-semantics-0.2.1
- http2-5.3.4
- http3-0.0.18
- http-semantics-0.3.0
- http2-5.3.9
- http3-0.0.22
- memory-0.18.0
- network-3.1.4.0
- network-3.2.7.0
- network-byte-order-0.1.7
- network-control-0.1.3
- quic-0.2.4
- quic-0.2.7
- sockaddr-0.0.1
- tls-2.1.3
- tls-2.1.5
- tls-session-manager-0.0.7
- unix-time-0.4.16
10 changes: 5 additions & 5 deletions stack-lts-20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ extra-deps:
- crypton-x509-system-1.6.7
- crypton-x509-validation-1.6.12
- fast-logger-3.2.5
- http-semantics-0.2.1
- http2-5.3.4
- http3-0.0.18
- http-semantics-0.3.0
- http2-5.3.9
- http3-0.0.22
- memory-0.18.0
- multipart-0.2.1
- network-byte-order-0.1.7
- network-control-0.1.3
- quic-0.2.4
- quic-0.2.7
- sockaddr-0.0.1
- tls-2.1.3
- tls-2.1.5
- tls-session-manager-0.0.7
- unix-time-0.4.16
11 changes: 6 additions & 5 deletions stack-lts-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ extra-deps:
- crypton-x509-store-1.6.9
- crypton-x509-system-1.6.7
- crypton-x509-validation-1.6.12
- http-semantics-0.2.1
- http2-5.3.4
- http3-0.0.18
- http-semantics-0.3.0
- http2-5.3.9
- http3-0.0.22
- network-3.2.7.0
- network-control-0.1.3
- quic-0.2.4
- quic-0.2.7
- sockaddr-0.0.1
- tls-2.1.3
- tls-2.1.5
- tls-session-manager-0.0.7
- unix-time-0.4.16
10 changes: 6 additions & 4 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
- ./auto-update
- ./mime-types
- ./recv
- ./time-manager
# - ./time-manager
- ./wai
- ./wai-app-static
- ./wai-conduit
Expand All @@ -25,9 +25,11 @@ nix:
extra-deps:
- crypto-token-0.1.2
- http-semantics-0.3.0
- http3-0.0.19
- http2-5.3.9
- http3-0.0.22
- network-udp-0.0.0
- quic-0.2.4
- tls-2.1.4
- quic-0.2.7
- tls-2.1.5
- tls-session-manager-0.0.7
- sockaddr-0.0.1
- time-manager-0.2.0
15 changes: 9 additions & 6 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
- ./auto-update
- ./mime-types
- ./recv
- ./time-manager
#- ./time-manager
- ./wai
- ./wai-app-static
- ./wai-conduit
Expand All @@ -24,12 +24,15 @@ nix:
- zlib
extra-deps:
- crypto-token-0.1.2
- http-semantics-0.2.0
- http2-5.3.1
- http3-0.0.16
- http-semantics-0.3.0
- http2-5.3.9
- http3-0.0.22
- network-3.2.7.0
- network-control-0.1.0
- network-udp-0.0.0
- quic-0.2.4
- quic-0.2.7
- sockaddr-0.0.1
- tls-2.1.3
- tls-2.1.5
- tls-session-manager-0.0.7
- time-manager-0.2.0
- websockets-0.13.0.0

0 comments on commit 6e99a5d

Please sign in to comment.