mirror of
https://github.com/Start9Labs/registry.git
synced 2026-04-04 05:39:44 +00:00
remove category enum (#97)
* remove category enum * priority inversion, 0 is always first * set marketplace name default to something more obviously wrong.
This commit is contained in:
committed by
GitHub
parent
75663b65e4
commit
cdadae707c
@@ -39,10 +39,8 @@ import Database.Persist.Postgresql
|
||||
, selectSource
|
||||
, (||.)
|
||||
)
|
||||
import Handler.Types.Marketplace ( PackageDependencyMetadata(..)
|
||||
)
|
||||
import Handler.Types.Marketplace ( PackageDependencyMetadata(..) )
|
||||
import Lib.Types.AppIndex ( PkgId )
|
||||
import Lib.Types.Category
|
||||
import Lib.Types.Emver ( Version )
|
||||
import Model
|
||||
import Startlude hiding ( (%)
|
||||
@@ -51,6 +49,8 @@ import Startlude hiding ( (%)
|
||||
, yield
|
||||
)
|
||||
|
||||
type CategoryTitle = Text
|
||||
|
||||
searchServices :: (MonadResource m, MonadIO m)
|
||||
=> Maybe CategoryTitle
|
||||
-> Text
|
||||
|
||||
Reference in New Issue
Block a user