瀏覽代碼

Update Haskell documentation (8.2.1)

Thibaut Courouble 8 年之前
父節點
當前提交
5da6f47da5
共有 1 個文件被更改,包括 10 次插入2 次删除
  1. 10 2
      lib/docs/scrapers/haskell.rb

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

@@ -4,6 +4,9 @@ module Docs
     self.type = 'haskell'
     self.root_path = 'users_guide/index.html'
     self.initial_paths = %w(libraries/index.html)
+    self.links = {
+      home: 'https://www.haskell.org/'
+    }
 
     html_filters.push 'haskell/entries', 'haskell/clean_html'
 
@@ -26,7 +29,12 @@ module Docs
       /Data-OldTypeable-Internal\.html\z/i,
       /Data-Typeable-Internal\.html\z/i,
       /GHC-IO-Encoding-Types\.html\z/i,
-      /System-Posix-Process-Internals\.html\z/i
+      /System-Posix-Process-Internals\.html\z/i,
+      /Data-Map-Strict-Internal\.html\z/i,
+      /Data-IntMap-Internal\.html\z/i,
+      /Data-Set-Internal\.html\z/i,
+      /Data-Map-Internal\.html\z/i,
+      /Data-Sequence-Internal\.html\z/i
     ]
     options[:skip] = %w(
       users_guide/license.html
@@ -49,7 +57,7 @@ module Docs
     end
 
     version '8' do
-      self.release = '8.0.1'
+      self.release = '8.2.1'
       self.base_url = "https://downloads.haskell.org/~ghc/#{release}/docs/html/"
     end