From 3c839c89913abba51aab0367b8c2f2f2da895365 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 1 Feb 2015 16:05:13 -0500 Subject: [PATCH] Update Haskell documentation (7.8.4) --- lib/docs/scrapers/haskell.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/haskell.rb b/lib/docs/scrapers/haskell.rb index eec02b3b..f6f7a0bb 100755 --- a/lib/docs/scrapers/haskell.rb +++ b/lib/docs/scrapers/haskell.rb @@ -2,8 +2,8 @@ module Docs class Haskell < UrlScraper self.name = 'Haskell' self.type = 'haskell' - self.version = '7.8.2' - self.base_url = 'http://www.haskell.org/ghc/docs/7.8.2/html/libraries/' + self.version = '7.8.4' + self.base_url = 'https://downloads.haskell.org/~ghc/7.8.4/docs/html/libraries/' self.root_path = 'index.html' html_filters.push 'haskell/entries', 'haskell/clean_html'