mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
cleanup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user