packages feed

pdf-toolbox-core 0.1.2 → 0.1.3

raw patch · 4 files changed

+16/−2 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,7 @@+0.1.3++* support ghc-9.10+ 0.1.2  * support ghc from 8.6 to 9.6 and drop older versions
compat/Prelude.hs view
@@ -9,6 +9,12 @@ #else   Semigroup(..), #endif++#if MIN_VERSION_base(4,20,0)+#else+  foldl',+#endif+ ) where @@ -17,4 +23,9 @@ #if MIN_VERSION_base(4,11,0) #else import Data.Semigroup(Semigroup(..))+#endif++#if MIN_VERSION_base(4,20,0)+#else+import Data.List (foldl') #endif
lib/Pdf/Core/Parsers/Object.hs view
@@ -26,7 +26,6 @@ import Pdf.Core.Parsers.Util  import Data.Char-import Data.List import Data.ByteString (ByteString) import qualified Data.ByteString as BS import qualified Data.ByteString.Char8 as BS8
pdf-toolbox-core.cabal view
@@ -1,5 +1,5 @@ name:                pdf-toolbox-core-version:             0.1.2+version:             0.1.3 synopsis:            A collection of tools for processing PDF files. license:             BSD3 license-file:        LICENSE