data-default-class -> data-default#1010
Merged
kazu-yamamoto merged 1 commit intoyesodweb:masterfrom Oct 29, 2024
Merged
Conversation
data-default 0.8 deprecates data-default-class by moving the `Default` class from `Data.Default.Class` to `Data.Default`. See: haskell-grpc-native/http2-client#97 See: kazu-yamamoto/crypton-certificate#11 See: haskell-tls/hs-tls#486 See: commercialhaskell/stackage#7545
5595269 to
de73901
Compare
Contributor
|
Merged. |
Contributor
|
Ah, this is the PR that broke Did the CI actually pass on this? (With "broke" I mean, you can't build the new |
Contributor
|
I have removed ">= 0.8" from |
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
Jan 30, 2025
## 3.1.17 * Started deprecation of `data-default` [#1011](yesodweb/wai#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](yesodweb/wai#1010)
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
Feb 1, 2025
## 3.4.12 * Rethrowing asynchronous exceptions [#1013](yesodweb/wai#1013) ## 3.4.11 * Removing `unliftio`. ## 3.4.10 * Removed `data-default` dependency entirely. Does now require `>= tls-2.1.3`. [#1011](yesodweb/wai#1011) ## 3.4.9 * Using `timeout` for `handshake` to prevent thread leaks. ## 3.4.8 * Substituted `data-default-class` for `data-default` [#1010](yesodweb/wai#1010) ## 3.4.7 * Expose `attachConn` to use post-handshake TLS connection. [#1007](yesodweb/wai#1007) ## 3.4.6 * Preparing for tls v2.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
data-default 0.8 deprecates data-default-class by moving the
Defaultclass fromData.Default.ClasstoData.Default.See: haskell-grpc-native/http2-client#97
See: kazu-yamamoto/crypton-certificate#11
See: haskell-tls/hs-tls#486
See: commercialhaskell/stackage#7545
Before submitting your PR, check that you've:
@sincedeclarations to the HaddockAfter submitting your PR: