|
|
@ -4,7 +4,7 @@ module Docs
|
|
|
|
self.slug = 'haskell'
|
|
|
|
self.slug = 'haskell'
|
|
|
|
self.type = 'haskell'
|
|
|
|
self.type = 'haskell'
|
|
|
|
self.version = '7.8.2'
|
|
|
|
self.version = '7.8.2'
|
|
|
|
self.base_url = 'http://www.haskell.org/ghc/docs/7.8.2/html/libraries'
|
|
|
|
self.base_url = 'http://www.haskell.org/ghc/docs/7.8.2/html/libraries/'
|
|
|
|
self.initial_paths = ['/index.html']
|
|
|
|
self.initial_paths = ['/index.html']
|
|
|
|
|
|
|
|
|
|
|
|
html_filters.push 'haskell/entries'
|
|
|
|
html_filters.push 'haskell/entries'
|
|
|
@ -13,7 +13,7 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
options[:container] = '#content'
|
|
|
|
options[:container] = '#content'
|
|
|
|
options[:skip_patterns] = [/src/, /index/, /haskell2010/] # skip source listings and index files
|
|
|
|
options[:skip_patterns] = [/src/, /index/, /haskell2010/, /ghc-/, /Cabal-/] # skip source listings and index files
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© The University Court of the University of Glasgow.<br>
|
|
|
|
© The University Court of the University of Glasgow.<br>
|
|
|
|