packages feed

call-plantuml 0.0.1.1 → 0.0.1.2

raw patch · 4 files changed

+8/−4 lines, 4 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -4,6 +4,11 @@  ## Released changes +### Version 0.0.1.2++- assure process is not terminated too early+- upgrade PlantUML to 2023.06+ ### Version 0.0.1.1  - assure proper shutdown of Java (PlantUML)
call-plantuml.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.0.+-- This file has been generated from package.yaml by hpack version 0.35.1. -- -- see: https://github.com/sol/hpack  name:           call-plantuml-version:        0.0.1.1+version:        0.0.1.2 synopsis:       A simple library to call PlantUML given a diagram specification description:    Please see the README on GitHub at <https://github.com/marcellussiegburg/call-plantuml#readme> category:       Graphics, Language@@ -13,7 +13,7 @@ bug-reports:    https://github.com/marcellussiegburg/call-plantuml/issues author:         Marcellus Siegburg maintainer:     marcellus.siegburg@uni-due.de-copyright:      2022 Marcellus Siegburg+copyright:      2022-2023 Marcellus Siegburg license:        MIT license-file:   LICENSE build-type:     Simple
data/plantuml.jar view

file too large to diff

src/Language/PlantUML/Call.hs view
@@ -125,7 +125,6 @@         hPutStr hin content         hFlush hin         hClose hin-        waitForProcess ph   (out, err) <- fst <$> concurrently     (concurrently (hGetContents hout) (hGetContents herr))     evaluatePlantUml