remove vendored http-client-restricted
Removed vendored copy of http-client-restricted, and removed the HttpClientRestricted build flag that avoided that dependency. http-client-restricted is in Debian stable, and the i386ancient build also uses it, so I think this vendored copy is no longer needed. Sponsored-by: Noam Kremen on Patreon
This commit is contained in:
parent
c0185f0848
commit
982eb7ed0d
7 changed files with 4 additions and 23 deletions
|
@ -9,7 +9,6 @@
|
|||
{-# LANGUAGE RankNTypes #-}
|
||||
{-# LANGUAGE FlexibleContexts #-}
|
||||
{-# LANGUAGE BangPatterns #-}
|
||||
{-# LANGUAGE CPP #-}
|
||||
|
||||
module Utility.Url (
|
||||
newManager,
|
||||
|
@ -46,11 +45,7 @@ module Utility.Url (
|
|||
import Common
|
||||
import Utility.Debug
|
||||
import Utility.Metered
|
||||
#ifdef WITH_HTTP_CLIENT_RESTRICTED
|
||||
import Network.HTTP.Client.Restricted
|
||||
#else
|
||||
import Utility.HttpManagerRestricted
|
||||
#endif
|
||||
import Utility.IPAddress
|
||||
import qualified Utility.RawFilePath as R
|
||||
import Utility.Hash (IncrementalVerifier(..))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue