From 5da6f47da51a161cb571fa9585d6cf5012a82563 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 26 Aug 2017 11:19:23 -0400 Subject: [PATCH] Update Haskell documentation (8.2.1) --- lib/docs/scrapers/haskell.rb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/haskell.rb b/lib/docs/scrapers/haskell.rb index 52b7902c..8be5941e 100755 --- a/lib/docs/scrapers/haskell.rb +++ b/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