From dc5a9fda9dff4fe776089d13d9b69f8daa2b7a20 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 10 Feb 2021 20:52:17 +0100 Subject: [PATCH] refactor: hlint --- src/Application.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.hs b/src/Application.hs index 3220ef3d2..1092381eb 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -104,7 +104,7 @@ import Web.ServerSession.Core (StorageException(..)) import GHC.RTS.Flags (getRTSFlags) -import qualified Prometheus as Prometheus +import qualified Prometheus -- Import all relevant handler modules here. -- (HPack takes care to add new modules to our cabal file nowadays.)