Update Haskell documentation (7.10.3)

pull/309/head
Thibaut 9 years ago
parent 3eb5ccb7ea
commit 87080c24ea

@ -2,7 +2,7 @@ module Docs
class Haskell < UrlScraper
self.name = 'Haskell'
self.type = 'haskell'
self.version = '7.10.2'
self.version = '7.10.3'
self.base_url = "https://downloads.haskell.org/~ghc/#{version}/docs/html/libraries/"
self.root_path = 'index.html'
@ -20,7 +20,6 @@ module Docs
/Control-Exception-Base\.html\z/i,
/Data-Binary-Get-Internal\.html\z/i,
/Language-Haskell-TH-Lib\.html\z/i,
/Prelude\.html\z/i,
/Text-PrettyPrint\.html\z/i,
/Data-OldTypeable-Internal\.html\z/i,
/Data-Typeable-Internal\.html\z/i,

Loading…
Cancel
Save