packages feed

Cabal revisions of call-plantuml-0.0.1.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 1.12---- 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.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-homepage:       https://github.com/marcellussiegburg/call-plantuml#readme-bug-reports:    https://github.com/marcellussiegburg/call-plantuml/issues-author:         Marcellus Siegburg-maintainer:     marcellus.siegburg@uni-due.de-copyright:      2022-2023 Marcellus Siegburg-license:        MIT-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    LICENSE-    ChangeLog.md-data-files:-    COPYING-    plantuml.jar-data-dir:       data--source-repository head-  type: git-  location: https://github.com/marcellussiegburg/call-plantuml--library-  exposed-modules:-      Language.PlantUML.Call-  other-modules:-      Paths_call_plantuml-  hs-source-dirs:-      src-  ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Widentities -Wredundant-constraints-  build-depends:-      async >=2.2.1 && <2.3-    , base >=4.12 && <5-    , bytestring >=0.10.4 && <0.12-    , filepath ==1.4.*-    , process ==1.6.*-  default-language: Haskell2010-  if os(windows)-    cpp-options: -DWINDOWS-  else--test-suite call-plantuml-test-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  other-modules:-      Language.PlantUML.CallSpec-      Paths_call_plantuml-  hs-source-dirs:-      test-  ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Widentities -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      async >=2.2.1 && <2.3-    , base >=4.12 && <5-    , bytestring >=0.10.4 && <0.12-    , call-plantuml-    , filepath ==1.4.*-    , hspec-    , process ==1.6.*-  default-language: Haskell2010-  if os(windows)-    cpp-options: -DWINDOWS-  else+cabal-version: 1.12
+
+-- 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.2
+x-revision: 1
+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
+homepage:       https://github.com/marcellussiegburg/call-plantuml#readme
+bug-reports:    https://github.com/marcellussiegburg/call-plantuml/issues
+author:         Marcellus Siegburg
+maintainer:     marcellus.siegburg@uni-due.de
+copyright:      2022-2023 Marcellus Siegburg
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    LICENSE
+    ChangeLog.md
+data-files:
+    COPYING
+    plantuml.jar
+data-dir:       data
+
+source-repository head
+  type: git
+  location: https://github.com/marcellussiegburg/call-plantuml
+
+library
+  exposed-modules:
+      Language.PlantUML.Call
+  other-modules:
+      Paths_call_plantuml
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Widentities -Wredundant-constraints
+  build-depends:
+      async >=2.2.1 && <2.3
+    , base >=4.12 && <5
+    , bytestring >=0.10.4 && <0.13
+    , filepath ==1.4.*
+    , process ==1.6.*
+  default-language: Haskell2010
+  if os(windows)
+    cpp-options: -DWINDOWS
+  else
+
+test-suite call-plantuml-test
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  other-modules:
+      Language.PlantUML.CallSpec
+      Paths_call_plantuml
+  hs-source-dirs:
+      test
+  ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Widentities -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      async >=2.2.1 && <2.3
+    , base >=4.12 && <5
+    , bytestring >=0.10.4 && <0.13
+    , call-plantuml
+    , filepath ==1.4.*
+    , hspec
+    , process ==1.6.*
+  default-language: Haskell2010
+  if os(windows)
+    cpp-options: -DWINDOWS
+  else