Skip to content

Commit

Permalink
fixing the example
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Nov 1, 2024
1 parent 620687b commit 279747c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Network/HTTP2/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
-- > import qualified Data.ByteString.Char8 as C8
-- > import Network.HTTP.Types
-- > import Network.Run.TCP (runTCPClient) -- network-run
-- > import Control.Concurrent.Async -- unliftio
-- > import qualified Control.Exception as E -- unliftio
-- > import Control.Concurrent.Async
-- > import qualified Control.Exception as E
-- >
-- > import Network.HTTP2.Client
-- >
Expand Down

0 comments on commit 279747c

Please sign in to comment.