From 1a70f2972b0de40348525d5e5571882c02519f03 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Mon, 24 Feb 2020 21:37:09 +0100 Subject: [PATCH] Expose Box index flags in PDF and PDF.Layer --- src/PDF.hs | 5 ++++- src/PDF/Layer.hs | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/PDF.hs b/src/PDF.hs index da23597..5e06c0d 100644 --- a/src/PDF.hs +++ b/src/PDF.hs @@ -2,7 +2,10 @@ {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE MultiParamTypeClasses #-} module PDF ( - Document(..) + AllLayers(..) + , Document(..) + , EOLStyleK(..) + , UnifiedLayers(..) , parseDocument , render ) where diff --git a/src/PDF/Layer.hs b/src/PDF/Layer.hs index 7b57129..8405e25 100644 --- a/src/PDF/Layer.hs +++ b/src/PDF/Layer.hs @@ -2,7 +2,8 @@ {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE MultiParamTypeClasses #-} module PDF.Layer ( - Layer(..) + AllObjects(..) + , Layer(..) , unify ) where