-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: d1deae2678881c1a7678ef1c83698157d8a51551cc1989a25a4ba2c3879c63e8 name: stacked-dag version: 0.1.0.4 synopsis: Ascii DAG(Directed acyclic graph) for visualization of dataflow description: Please see the README on GitHub at category: Graphs, Graphics homepage: https://github.com/junjihashimoto/stacked-dag#readme bug-reports: https://github.com/junjihashimoto/stacked-dag/issues author: Junji Hashimoto maintainer: junji.hashimoto@gmail.com copyright: 2018 Junji Hashimoto license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/junjihashimoto/stacked-dag library exposed-modules: StackedDag StackedDag.Base StackedDag.Graphviz other-modules: Paths_stacked_dag hs-source-dirs: src build-depends: base >=4.7 && <5 , containers , graphviz , text default-language: Haskell2010 executable stacked-dag main-is: Main.hs other-modules: Paths_stacked_dag hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers , graphviz , optparse-applicative , stacked-dag , text default-language: Haskell2010 test-suite doctest type: exitcode-stdio-1.0 main-is: doctests.hs other-modules: Paths_stacked_dag hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers , doctest , graphviz , stacked-dag , text default-language: Haskell2010