cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: tikzsd version: 1.0.0 synopsis: A program for generating LaTeX code of string diagrams. description: Please see the README on GitHub at category: Math homepage: https://github.com/anthonyywangmath/tikzsd#readme bug-reports: https://github.com/anthonyywangmath/tikzsd/issues author: Anthony Wang maintainer: anthony.y.wang.math@gmail.com copyright: 2021 Anthony Wang license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/anthonyywangmath/tikzsd library exposed-modules: Internal.FormattingData Internal.TwoCatOfCats SDNamespace SDParser TikzObjects TikzStringDiagram TwoCatOfCats other-modules: Paths_tikzsd hs-source-dirs: src build-depends: array >=0.5.4 && <0.6 , base >=4.7 && <5 , containers >=0.6.2 && <0.7 , lens >=4.19 && <5.1 , mtl >=2.2.2 && <2.3 , parsec >=3.1.14 && <3.2 , transformers >=0.5.6 && <0.6 default-language: Haskell2010 executable tikzsd main-is: Main.hs other-modules: Paths_tikzsd hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: array >=0.5.4 && <0.6 , base >=4.7 && <5 , containers >=0.6.2 && <0.7 , lens >=4.19 && <5.1 , mtl >=2.2.2 && <2.3 , parsec >=3.1.14 && <3.2 , tikzsd , transformers >=0.5.6 && <0.6 default-language: Haskell2010