mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
remove relic data
This commit is contained in:
@@ -16,7 +16,6 @@ import Yesod.Core
|
||||
|
||||
import Lib.Semver
|
||||
import Lib.Types.Semver
|
||||
import Data.Char
|
||||
|
||||
type Registry = HashMap String (HashMap AppVersion FilePath)
|
||||
|
||||
@@ -51,11 +50,6 @@ type S9PK = Extension "s9pk"
|
||||
type SYS_EXTENSIONLESS = Extension ""
|
||||
type PNG = Extension "png"
|
||||
|
||||
data Extensions = S9PK | PNG | EMPTY
|
||||
deriving (Read)
|
||||
instance Show Extensions where
|
||||
show a = fmap toLower $ show a
|
||||
|
||||
instance IsString (Extension a) where
|
||||
fromString = Extension
|
||||
|
||||
|
||||
Reference in New Issue
Block a user