[devdocsgjs/main: 1501/1867] Update Haskell documentation (9.0.1)




commit a26a7eb5022f393a2fea18198d5ea2f715db8a1f
Author: Simon Legner <Simon Legner gmail com>
Date:   Wed Feb 17 23:46:30 2021 +0100

    Update Haskell documentation (9.0.1)

 lib/docs/scrapers/haskell.rb        |   6 ++++++
 public/icons/docs/haskell/16.png    | Bin 624 -> 675 bytes
 public/icons/docs/haskell/16 2x png | Bin 705 -> 1256 bytes
 public/icons/docs/haskell/SOURCE    |   1 +
 4 files changed, 7 insertions(+)
---
diff --git a/lib/docs/scrapers/haskell.rb b/lib/docs/scrapers/haskell.rb
index ec63019d..5ed6e967 100755
--- a/lib/docs/scrapers/haskell.rb
+++ b/lib/docs/scrapers/haskell.rb
@@ -58,6 +58,12 @@ module Docs
       end
     end
 
+    version '9' do
+      self.release = '9.0.1'
+      self.base_url = "https://downloads.haskell.org/~ghc/#{release}/docs/html/";
+      options[:container] = ->(filter) {filter.subpath.start_with?('users_guide') ? '.document' : '#content'}
+    end
+
     version '8' do
       self.release = '8.10.2'
       self.base_url = "https://downloads.haskell.org/~ghc/#{release}/docs/html/";
diff --git a/public/icons/docs/haskell/16.png b/public/icons/docs/haskell/16.png
index 8a66915c..f593183d 100644
Binary files a/public/icons/docs/haskell/16.png and b/public/icons/docs/haskell/16.png differ
diff --git a/public/icons/docs/haskell/16 2x png b/public/icons/docs/haskell/16 2x png
index 64120712..08303984 100644
Binary files a/public/icons/docs/haskell/16 2x png and b/public/icons/docs/haskell/16 2x png differ
diff --git a/public/icons/docs/haskell/SOURCE b/public/icons/docs/haskell/SOURCE
index 3e8a829b..af945961 100644
--- a/public/icons/docs/haskell/SOURCE
+++ b/public/icons/docs/haskell/SOURCE
@@ -1 +1,2 @@
+https://www.haskell.org/img/favicon.ico
 http://www.haskell.org/haskellwiki/Thompson-Wheeler_logo


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