flow2dot-0.9.2: flow2dot.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: d4dba45b63ea7cc02be0cec1e829ab01a21c9438acc2243ed2e01a4ccc6fb201
name: flow2dot
version: 0.9.2
synopsis: Library and binary to generate sequence/flow diagrams from plain text source
description: Generates sequence diagrams from textual descriptions with help of Graphviz graph drawing tool.
category: Tool, Console
stability: stable
homepage: https://github.com/adept/flow2dot
bug-reports: https://github.com/adept/flow2dot/issues
author: Dmitry Astapov <dastapov@gmail.com>
maintainer: Dmitry Astapov <dastapov@gmail.com>
license: BSD3
license-file: LICENSE
tested-with: GHC ==6.10.4, GHC ==8.8.3
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
sample.flow
sample.png
source-repository head
type: git
location: https://github.com/adept/flow2dot
library
exposed-modules:
Text.FlowDiagram
other-modules:
Paths_flow2dot
hs-source-dirs:
./.
build-depends:
base >=3 && <=5
, containers
, dotgen >=0.4.3
, mtl >=1.0
, parsec
default-language: Haskell2010
executable flow2dot
main-is: flow2dot.hs
other-modules:
Text.FlowDiagram
Paths_flow2dot
hs-source-dirs:
./.
build-depends:
base >=3 && <=5
, containers
, dotgen >=0.4.3
, flow2dot
, mtl >=1.0
, parsec
default-language: Haskell2010
test-suite flow2dot-test
type: exitcode-stdio-1.0
main-is: test.hs
other-modules:
Paths_flow2dot
hs-source-dirs:
test
build-depends:
QuickCheck
, base >=3 && <=5
, containers
, dotgen >=0.4.3
, flow2dot
, mtl >=1.0
, parsec
default-language: Haskell2010