summoner-1.1.0: Tool for creating completely configured production Haskell projects.
Summoner.Source
data Source Source #
Constructors
URL link to the source file.
File path to the local source file.
Defined in Summoner.Source
Methods
(==) :: Source -> Source -> Bool #
(/=) :: Source -> Source -> Bool #
showsPrec :: Int -> Source -> ShowS #
show :: Source -> String #
showList :: [Source] -> ShowS #
sourceT :: Key -> BiToml Source Source #
fetchSource :: Source -> IO (Maybe Text) Source #