Fix module in ICAFocus.Get

This commit is contained in:
xenia 2023-08-15 12:24:10 +02:00
parent c91c80c63f
commit c359cdf84a

View File

@ -3,7 +3,7 @@
{-# LANGUAGE QuasiQuotes #-} {-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE LambdaCase #-} {-# LANGUAGE LambdaCase #-}
module Get where module ICAFocus.Get where
import qualified Network.HTTP.Client as H import qualified Network.HTTP.Client as H
import qualified Network.HTTP.Client.TLS as H import qualified Network.HTTP.Client.TLS as H