Merge pull request #1361 from MasterEnoc/haskell

Update haskell version  8 to 8.10.2
pull/1365/head
Simon Legner 4 years ago committed by GitHub
commit 9402a9913f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,7 @@ module Docs
options[:container] = ->(filter) {filter.subpath.start_with?('users_guide') ? '.body' : '#content'}
options[:only_patterns] = [/\Alibraries\//, /\Ausers_guide\//]
options[:skip_patterns] = [
/-notes/,
/editing-guide/,
@ -36,6 +37,7 @@ module Docs
/Data-Map-Internal\.html\z/i,
/Data-Sequence-Internal\.html\z/i
]
options[:skip] = %w(
users_guide/license.html
users_guide/genindex.html
@ -57,7 +59,7 @@ module Docs
end
version '8' do
self.release = '8.8.3'
self.release = '8.10.2'
self.base_url = "https://downloads.haskell.org/~ghc/#{release}/docs/html/"
end
@ -75,5 +77,6 @@ module Docs
versions = links.map {|link| link['href'].scan(/ghc-([0-9.]+)/)}
versions.find {|version| !version.empty?}[0][0]
end
end
end

Loading…
Cancel
Save