start adding haskell scraper

pull/99/head
Romeo Van Snick 11 years ago
parent 6c0402b9ef
commit 98aba4a055

@ -0,0 +1,9 @@
module Docs
class Haskell < UrlScraper
self.name = 'Haskell'
self.slug = 'haskell'
self.version = '7.8.2'
self.base_url = 'http://www.haskell.org/ghc/docs/7.8.2/html/libraries'
end
end
Loading…
Cancel
Save