From 67e3f7ac1204141ffbc1409873b32ed895235417 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Wed, 10 Aug 2022 11:51:11 -0600 Subject: [PATCH] cleaup import --- src/Handler/Package/V1/Index.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Handler/Package/V1/Index.hs b/src/Handler/Package/V1/Index.hs index 54b608b..e3ef78d 100644 --- a/src/Handler/Package/V1/Index.hs +++ b/src/Handler/Package/V1/Index.hs @@ -14,7 +14,6 @@ import Data.Conduit.List qualified as CL import Data.HashMap.Internal.Strict (HashMap) import Data.HashMap.Strict qualified as HM import Data.List (lookup) -import Data.List.NonEmpty (head) import Data.List.NonEmpty qualified as NE import Data.Text qualified as T import Database.Persist.Sql (SqlBackend)