[devdocsgjs/main: 1258/1867] Update haskell version 8 to 8.10.2




commit 09a5f577bfcf7f7f0823bebdb746642e6115286e
Author: MasterEnoc <brianhernandez222 hotmail com>
Date:   Fri Nov 20 10:07:29 2020 -0600

    Update haskell version  8 to 8.10.2

 lib/docs/scrapers/haskell.rb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/lib/docs/scrapers/haskell.rb b/lib/docs/scrapers/haskell.rb
index b668f1c2..ec63019d 100755
--- a/lib/docs/scrapers/haskell.rb
+++ b/lib/docs/scrapers/haskell.rb
@@ -13,6 +13,7 @@ module Docs
     options[:container] = ->(filter) {filter.subpath.start_with?('users_guide') ? '.body' : '#content'}
 
     options[:only_patterns] = [/\Alibraries\//, /\Ausers_guide\//]
+
     options[:skip_patterns] = [
       /-notes/,
       /editing-guide/,
@@ -36,6 +37,7 @@ module Docs
       /Data-Map-Internal\.html\z/i,
       /Data-Sequence-Internal\.html\z/i
     ]
+
     options[:skip] = %w(
       users_guide/license.html
       users_guide/genindex.html
@@ -57,7 +59,7 @@ module Docs
     end
 
     version '8' do
-      self.release = '8.8.3'
+      self.release = '8.10.2'
       self.base_url = "https://downloads.haskell.org/~ghc/#{release}/docs/html/";
     end
 
@@ -75,5 +77,6 @@ module Docs
       versions = links.map {|link| link['href'].scan(/ghc-([0-9.]+)/)}
       versions.find {|version| !version.empty?}[0][0]
     end
+
   end
 end


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]