diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-12-08 17:10:15 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-12-12 09:10:06 -0500 |
commit | 6b2947d29c3d71599d90641bfdfb41d7fe7427ac (patch) | |
tree | 5d7d82aa2b625d8fdaba680a359f2721c07008a4 /configure.ac | |
parent | 40a44f68362565fa9c1c062b06bc117c6b0a1cab (diff) | |
download | haskell-6b2947d29c3d71599d90641bfdfb41d7fe7427ac.tar.gz |
iserv: Remove network dependent parts of libiserv
As noted in #20794 the parts of libiserv and iserv-proxy depend on
network, therefore are never built nor tested during CI.
Due to this iserv-proxy had bitrotted due to the bound on bytestring
being out of date.
Given we don't test this code it seems undesirable to distribute it.
Therefore, it's removed and an external maintainer can be responsible
for testing it (via head.hackage if desired).
Fixes #20794
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7b8b747b56..a66c5c508a 100644 --- a/configure.ac +++ b/configure.ac @@ -1320,7 +1320,6 @@ AC_CONFIG_FILES( utils/runghc/runghc.cabal driver/ghci/ghci-wrapper.cabal utils/iserv/iserv.cabal - utils/iserv-proxy/iserv-proxy.cabal utils/ghc-pkg/ghc-pkg.cabal utils/remote-iserv/remote-iserv.cabal utils/gen-dll/gen-dll.cabal |