Merge pull request #196754 from markus1189/haskellPackages-http-client-websockets

haskellPackages.http-client-websockets: unbreak
This commit is contained in:
Dennis Gosnell 2022-10-19 09:19:02 -04:00 committed by GitHub
commit 8764ec98ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -2508,7 +2508,6 @@ broken-packages:
- http-client-request-modifiers
- http-client-session
- http-client-streams
- http-client-websockets
- http-conduit-browser
- http-conduit-downloader
- http-directory

View File

@ -153129,8 +153129,6 @@ self: {
];
description = "Glue code for http-client and websockets";
license = lib.licenses.cc0;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"http-common" = callPackage