easyrender 0.1.1.1 → 0.1.1.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basedep ~bytestring
Dependency ranges changed: base, bytestring
Files
- ChangeLog +4/−0
- easyrender.cabal +2/−2
ChangeLog view
@@ -1,5 +1,9 @@ ChangeLog +v0.1.1.2 2016/07/27+ (2016/07/27) PS1 - relaxed package dependencies to accommodate+ older versions of ghc and base.+ v0.1.1.1 2016/07/11 (2016/07/11) PS1 - updated package dependencies.
easyrender.cabal view
@@ -7,7 +7,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.1.1+version: 0.1.1.2 -- A short (one-line) description of the package. synopsis: User-friendly creation of EPS, PostScript, and PDF files@@ -83,5 +83,5 @@ -- other-modules: -- Other library packages from which modules are imported.- build-depends: base >= 4.6 && < 5, zlib >=0.5, mtl >=2.1, bytestring >=0.10, containers >=0.5, superdoc >=0.1+ build-depends: base >= 4.5 && < 5, zlib >=0.5, mtl >=2.1, bytestring >=0.9, containers >=0.5, superdoc >=0.1