We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01542b3 commit a26a7ebCopy full SHA for a26a7eb
4 files changed
lib/docs/scrapers/haskell.rb
@@ -58,6 +58,12 @@ class Haskell < UrlScraper
58
end
59
60
61
+ version '9' do
62
+ self.release = '9.0.1'
63
+ self.base_url = "https://downloads.haskell.org/~ghc/#{release}/docs/html/"
64
+ options[:container] = ->(filter) {filter.subpath.start_with?('users_guide') ? '.document' : '#content'}
65
+ end
66
+
67
version '8' do
68
self.release = '8.10.2'
69
self.base_url = "https://downloads.haskell.org/~ghc/#{release}/docs/html/"
public/icons/docs/haskell/16.png
51 Bytes
public/icons/docs/haskell/16@2x.png
551 Bytes
public/icons/docs/haskell/SOURCE
@@ -1 +1,2 @@
1
+https://www.haskell.org/img/favicon.ico
2
http://www.haskell.org/haskellwiki/Thompson-Wheeler_logo
0 commit comments