packages feed

easyrender 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

ChangeLog view
@@ -1,5 +1,8 @@ ChangeLog +v0.1.1.1 2016/07/11+	(2016/07/11) PS1 - updated package dependencies.+ v0.1.1.0 2015/08/15 	(2015/08/15) PS1 - relaxed package dependencies. 	(2015/06/03) PS1 - fixed the documentation for 'arc'.
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.0+version:             0.1.1.1  -- A short (one-line) description of the package. synopsis:            User-friendly creation of EPS, PostScript, and PDF files@@ -57,7 +57,7 @@ maintainer:          selinger@mathstat.dal.ca  -- A copyright notice.-copyright:           Copyright (c) 2012-2015 Peter Selinger+copyright:           Copyright (c) 2012-2016 Peter Selinger  -- A classification category for future use by the package catalogue -- Hackage. These categories have not yet been specified, but the@@ -83,5 +83,5 @@   -- other-modules:             -- Other library packages from which modules are imported.-  build-depends:       base >= 4.6 && < 4.9, zlib >=0.5, mtl >=2.1, bytestring >=0.10, containers >=0.5, superdoc >=0.1+  build-depends:       base >= 4.6 && < 5, zlib >=0.5, mtl >=2.1, bytestring >=0.10, containers >=0.5, superdoc >=0.1