Skip to content

Commit 00649b9

Browse files
committed
Update Haskell documentation (9.12.1)
1 parent e993baf commit 00649b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/haskell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Haskell < UrlScraper
5959
end
6060

6161
version '9' do
62-
self.release = '9.4.2'
62+
self.release = '9.12.1'
6363
self.base_url = "https://downloads.haskell.org/~ghc/#{release}/docs/"
6464
options[:container] = ->(filter) {filter.subpath.start_with?('users_guide') ? '.document' : '#content'}
6565
end

0 commit comments

Comments
 (0)