Explorar o código

start adding haskell scraper

Romeo Van Snick %!s(int64=11) %!d(string=hai) anos
pai
achega
98aba4a055
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      lib/docs/scrapers/haskell.rb

+ 9 - 0
lib/docs/scrapers/haskell.rb

@@ -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