Merge pull request #7112 from andreasabel/netrc

Take over `netrc`
This commit is contained in:
Jens Petersen 2023-09-15 10:42:31 +08:00 committed by GitHub
commit 4e58e96a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,7 @@ packages:
- newtype - newtype
- resolv - resolv
- blaze-builder - blaze-builder
- netrc
# Some "grandfathered dependencies" I took over because I contributed to them at some time. # Some "grandfathered dependencies" I took over because I contributed to them at some time.
# Feel free to snatch them from me! # Feel free to snatch them from me!
@ -4510,7 +4511,6 @@ packages:
"Domen Kozar <domen@enlambda.com> @domenkozar": "Domen Kozar <domen@enlambda.com> @domenkozar":
- elm2nix < 0 # 0.3.0 compile fail - elm2nix < 0 # 0.3.0 compile fail
- mixpanel-client < 0 # 0.3.0 aeson 2, https://github.com/commercialhaskell/stackage/issues/6443 - mixpanel-client < 0 # 0.3.0 aeson 2, https://github.com/commercialhaskell/stackage/issues/6443
- netrc
- pretty-sop - pretty-sop
- servant-auth - servant-auth
- servant-auth-server - servant-auth-server