Skip to content

Commit

Permalink
fixed CI wrt 'warp-quic' and added ChangeLog entry to 'wai-extra'
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlix committed Nov 6, 2024
1 parent 80b7baa commit ac5cf08
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
8 changes: 7 additions & 1 deletion stack-lts-19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages:
- ./wai-http2-extra
- ./wai-websockets
- ./warp
# - ./warp-quic
- ./warp-quic
- ./warp-tls
flags:
wai-extra:
Expand All @@ -28,12 +28,18 @@ extra-deps:
- crypton-1.0.1
- crypton-x509-1.7.7
- crypton-x509-store-1.6.9
- 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
- memory-0.18.0
- network-3.1.4.0
- network-byte-order-0.1.7
- network-control-0.1.3
- quic-0.2.4
- sockaddr-0.0.1
- tls-2.1.3
- tls-session-manager-0.0.7
- unix-time-0.4.16
7 changes: 6 additions & 1 deletion stack-lts-20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages:
- ./wai-http2-extra
- ./wai-websockets
- ./warp
# - ./warp-quic
- ./warp-quic
- ./warp-tls
flags:
wai-extra:
Expand All @@ -28,13 +28,18 @@ extra-deps:
- crypton-1.0.1
- crypton-x509-1.7.7
- crypton-x509-store-1.6.9
- 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
- memory-0.18.0
- multipart-0.2.1
- network-byte-order-0.1.7
- network-control-0.1.3
- quic-0.2.4
- sockaddr-0.0.1
- tls-2.1.3
- tls-session-manager-0.0.7
- unix-time-0.4.16
7 changes: 6 additions & 1 deletion stack-lts-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages:
- ./wai-http2-extra
- ./wai-websockets
- ./warp
# - ./warp-quic
- ./warp-quic
- ./warp-tls
flags:
wai-extra:
Expand All @@ -27,9 +27,14 @@ extra-deps:
- crypton-1.0.1
- crypton-x509-1.7.7
- 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
- network-control-0.1.3
- quic-0.2.4
- sockaddr-0.0.1
- tls-2.1.3
- tls-session-manager-0.0.7
- unix-time-0.4.16
1 change: 0 additions & 1 deletion stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ extra-deps:
- tls-2.1.3
- tls-session-manager-0.0.7
- sockaddr-0.0.1
- tls-2.1.3
8 changes: 8 additions & 0 deletions wai-extra/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog for wai-extra

## 3.1.17

* Started deprecation of `data-default` [#1011](https://github.com/yesodweb/wai/pull/1011)
* All `Default` instances have comments that these will be removed in a future major version.
* `def` exported from `Network.Wai.Middleware.Gzip` now has a deprecation warning
* All uses of `def` have been replaced with explicit `default{TYPE_NAME}` values.
* Some additional documentation

## 3.1.16

* Substituted `data-default-class` for `data-default` [#1010](https://github.com/yesodweb/wai/pull/1010)
Expand Down

0 comments on commit ac5cf08

Please sign in to comment.