pdf-toolbox-core 0.0.4.0 → 0.0.4.1
raw patch · 3 files changed
+11/−4 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- compat/Prelude.hs +4/−1
- pdf-toolbox-core.cabal +3/−3
changelog.md view
@@ -1,3 +1,7 @@+0.0.4.1++* fix compilation on ghc 7.4, 7.6 and 7.8+ 0.0.4.0 * switch to errors-2.0
compat/Prelude.hs view
@@ -11,11 +11,14 @@ Monoid(..), Applicative(..), #endif- ) where +#if MIN_VERSION_base(4,6,0) import "base" Prelude as P+#else+import "base" Prelude as P hiding (catch)+#endif #if MIN_VERSION_base(4,8,0) #else
pdf-toolbox-core.cabal view
@@ -1,11 +1,11 @@ name: pdf-toolbox-core-version: 0.0.4.0+version: 0.0.4.1 synopsis: A collection of tools for processing PDF files. license: BSD3 license-file: LICENSE author: Yuras Shumovich maintainer: Yuras Shumovich <shumovichy@gmail.com>-copyright: Copyright (c) Yuras Shumovich 2012-2015+copyright: Copyright (c) Yuras Shumovich 2012-2016 category: PDF build-type: Simple cabal-version: >=1.8@@ -48,7 +48,7 @@ Pdf.Toolbox.Core.Util Pdf.Toolbox.Core.Writer other-modules: Prelude- build-depends: base >= 4.6 && < 5,+ build-depends: base >= 4.5 && < 5, bytestring, io-streams, attoparsec >= 0.10,