1
0
forked from GitHub/gf-rgl

add morphodict into Setup.hs

This commit is contained in:
Inari Listenmaa
2025-08-12 15:13:19 +02:00
parent 5aa5718ca5
commit b93fd7f051
2 changed files with 21 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ data LangInfo = LangInfo
, langSymbolic :: Bool
, langCompatibility :: Bool
, langSynopsis :: Bool -- ^ include in RGL synopsis
, langMorphodict :: Bool
} deriving (Show,Eq)
-- | Load language information from default config file
@@ -55,6 +56,7 @@ loadLangsFrom configFile = do
, langSymbolic = boolBit bits 8 True
, langCompatibility = boolBit bits 9 False
, langSynopsis = boolBit bits 10 False
, langMorphodict = boolBit bits 11 False
}
-- | Separate a string on a character