remove relic data

This commit is contained in:
Lucy Cifferello
2020-07-27 15:31:08 -06:00
parent 84034bb510
commit 67aa26519c

View File

@@ -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