This commit is contained in:
Lucy Cifferello
2024-04-30 19:34:28 -04:00
parent 89a1d72f36
commit ccfabc07d4

View File

@@ -79,7 +79,6 @@ import Startlude (
(<&>), (<&>),
(=<<), (=<<),
(>), (>),
show,
) )
import UnliftIO (Concurrently (..), mapConcurrently) import UnliftIO (Concurrently (..), mapConcurrently)
import Yesod ( import Yesod (
@@ -98,7 +97,6 @@ import Yesod (getRequest)
import Data.List (last) import Data.List (last)
import Data.Text (isPrefixOf) import Data.Text (isPrefixOf)
import Startlude (length) import Startlude (length)
import Control.Monad.Logger (logWarn)
data PackageReq = PackageReq data PackageReq = PackageReq
{ packageReqId :: !PkgId { packageReqId :: !PkgId