From c359cdf84a04301b790d3acaee7eac3daf4569fe Mon Sep 17 00:00:00 2001 From: xenia Date: Tue, 15 Aug 2023 12:24:10 +0200 Subject: [PATCH] Fix module in ICAFocus.Get --- backend/ICAFocus/Get.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ICAFocus/Get.hs b/backend/ICAFocus/Get.hs index 70dd519..904fa56 100644 --- a/backend/ICAFocus/Get.hs +++ b/backend/ICAFocus/Get.hs @@ -3,7 +3,7 @@ {-# LANGUAGE QuasiQuotes #-} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE LambdaCase #-} -module Get where +module ICAFocus.Get where import qualified Network.HTTP.Client as H import qualified Network.HTTP.Client.TLS as H