Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Synopsis
- rawBuiltInInstanceSetups :: [(FilePath, ByteString)]
- builtInInstanceSetups :: [InstanceSetup]
- parseInstanceSetup :: FilePath -> ByteString -> Either ParseException InstanceSetup
- getUserInstanceSetups :: IO [InstanceSetup]
- yamlFileToInstanceSetup :: FilePath -> IO InstanceSetup
- findInstanceSetup :: Text -> IO (Maybe InstanceSetup)
Documentation
:: Text | Name of the |
-> IO (Maybe InstanceSetup) |
Find an InstanceSetup
from within the built-in and user-defined instance
setups.