easyrender 0.1.1.2 → 0.1.1.3
raw patch · 2 files changed
+13/−5 lines, 2 filesdep −superdoc
Dependencies removed: superdoc
Files
- ChangeLog +4/−0
- easyrender.cabal +9/−5
ChangeLog view
@@ -1,5 +1,9 @@ ChangeLog +v0.1.1.3 2017/12/04+ (2017/12/04) PS1 - updated package dependencies to work with+ Cabal >= 1.24 and Stack.+ v0.1.1.2 2016/07/27 (2016/07/27) PS1 - relaxed package dependencies to accommodate older versions of ghc and base.
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.2+version: 0.1.1.3 -- 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-2016 Peter Selinger+copyright: Copyright (c) 2012-2017 Peter Selinger -- A classification category for future use by the package catalogue -- Hackage. These categories have not yet been specified, but the@@ -68,7 +68,7 @@ build-type: Custom -- Constraint on the version of Cabal needed to build this package.-cabal-version: >=1.8+cabal-version: >=1.24 -- A list of additional files to be included in source distributions -- built with setup sdist.@@ -83,5 +83,9 @@ -- other-modules: -- Other library packages from which modules are imported.- build-depends: base >= 4.5 && < 5, zlib >=0.5, mtl >=2.1, bytestring >=0.9, containers >=0.5, superdoc >=0.1- + build-depends: base >= 4.5 && < 5, zlib >=0.5, mtl >=2.1, bytestring >=0.9, containers >=0.5++ default-language: Haskell2010++custom-setup+ setup-depends: base >= 4.5, Cabal >= 1.24 && < 2, superdoc >= 0.1