From 764e2c6a4f6d085e06d16ff144cd20ede93ce67d Mon Sep 17 00:00:00 2001 From: Tissevert Date: Wed, 5 Feb 2020 18:02:52 +0100 Subject: [PATCH] =?UTF-8?q?Removing=20deprecated=20hidding=20for=20=C2=ABf?= =?UTF-8?q?ail=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/PDF/Pages.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PDF/Pages.hs b/src/PDF/Pages.hs index 9fa6812..9717e99 100755 --- a/src/PDF/Pages.hs +++ b/src/PDF/Pages.hs @@ -21,7 +21,6 @@ import PDF.Object ( ,) import PDF.Output (ObjectId(..)) import PDF.Text (pageContents) -import Prelude hiding (fail) import Text.Printf (printf) type CachedFonts = Map ObjectId Font