Skip to content

Commit a26a7eb

Browse files
committed
Update Haskell documentation (9.0.1)
1 parent 01542b3 commit a26a7eb

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

lib/docs/scrapers/haskell.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ class Haskell < UrlScraper
5858
end
5959
end
6060

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+
6167
version '8' do
6268
self.release = '8.10.2'
6369
self.base_url = "https://downloads.haskell.org/~ghc/#{release}/docs/html/"

public/icons/docs/haskell/16.png

51 Bytes
Loading
551 Bytes
Loading

public/icons/docs/haskell/SOURCE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
https://www.haskell.org/img/favicon.ico
12
http://www.haskell.org/haskellwiki/Thompson-Wheeler_logo

0 commit comments

Comments
 (0)