scrape-changes-0.1.0.5: Scrape websites for changes

Safe HaskellNone
LanguageHaskell2010

Network.ScrapeChanges.Internal

Synopsis

Documentation

otherScrapeConfig :: ScrapeInfoUrl -> (Text -> IO ()) -> ScrapeConfig Source #

Helper constructor for ScrapeConfig containing OtherConfig callback.

saveHash :: Hashable t => t -> Hash -> IO () Source #

removeHash :: Hashable t => t -> IO () Source #