Browse Source

Update Haskell documentation (7.8.4)

Thibaut 11 năm trước cách đây
mục cha
commit
3c839c8991
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lib/docs/scrapers/haskell.rb

+ 2 - 2
lib/docs/scrapers/haskell.rb

@@ -2,8 +2,8 @@ module Docs
   class Haskell < UrlScraper
     self.name = 'Haskell'
     self.type = 'haskell'
-    self.version = '7.8.2'
-    self.base_url = 'http://www.haskell.org/ghc/docs/7.8.2/html/libraries/'
+    self.version = '7.8.4'
+    self.base_url = 'https://downloads.haskell.org/~ghc/7.8.4/docs/html/libraries/'
     self.root_path = 'index.html'
 
     html_filters.push 'haskell/entries', 'haskell/clean_html'