packages feed

call-plantuml-0.0.1.1: call-plantuml.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack

name:           call-plantuml
version:        0.0.1.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 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