Browse Source

Update Haskell documentation (9.12.1)

Simon Legner 10 months ago
parent
commit
00649b9ebd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/haskell.rb

+ 1 - 1
lib/docs/scrapers/haskell.rb

@@ -59,7 +59,7 @@ module Docs
     end
     end
 
 
     version '9' do
     version '9' do
-      self.release = '9.4.2'
+      self.release = '9.12.1'
       self.base_url = "https://downloads.haskell.org/~ghc/#{release}/docs/"
       self.base_url = "https://downloads.haskell.org/~ghc/#{release}/docs/"
       options[:container] = ->(filter) {filter.subpath.start_with?('users_guide') ? '.document' : '#content'}
       options[:container] = ->(filter) {filter.subpath.start_with?('users_guide') ? '.document' : '#content'}
     end
     end