From 87080c24ea13935dda640e5161b10b090268e55d Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 13 Dec 2015 15:39:23 -0500 Subject: [PATCH] Update Haskell documentation (7.10.3) --- lib/docs/scrapers/haskell.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/docs/scrapers/haskell.rb b/lib/docs/scrapers/haskell.rb index be1ef077..4e598452 100755 --- a/lib/docs/scrapers/haskell.rb +++ b/lib/docs/scrapers/haskell.rb @@ -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,