cabal-version: 3.0 name: phino version: 0.0.0.59 license: MIT synopsis: Command-Line Manipulator of 𝜑-Calculus Expressions description: Please see the README on GitHub at homepage: https://github.com/objectionary/phino#readme bug-reports: https://github.com/objectionary/phino/issues license-file: LICENSES/MIT.txt author: maxonfjvipon maintainer: mtrunnikov@gmail.com copyright: 2025 Objectionary.com category: Language, Code Analysis build-type: Simple extra-source-files: resources/*.yaml extra-doc-files: README.md source-repository head type: git location: https://github.com/objectionary/phino common warnings ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-missing-export-lists library import: warnings exposed-modules: AST Builder Canonizer CLI Condition CST Dataize Deps Encoding Filter Functions LaTeX Lining Locator Logger Matcher Merge Misc Must Parser Printer Random Regexp Render Replacer Rewriter Rule Sugar XMIR Yaml hs-source-dirs: src other-modules: Paths_phino autogen-modules: Paths_phino build-depends: aeson ^>=2.2.3.0, array ^>=0.5.8.0, base >=4.18.3.0 && <5, binary-ieee754 ^>=0.1.0.0, bytestring ^>=0.11.5.4, containers ^>=0.6.7, directory ^>=1.3.8.5, file-embed ^>=0.0.16.0, filepath ^>=1.4.301.0, megaparsec ^>=9.7.0, optparse-applicative ^>=0.19.0.0, random >=1.2 && <1.4, regex-pcre-builtin ^>=0.95.2.3.8.44, scientific ^>=0.3.8.0, text ^>=2.0.2, time ^>=1.12, transformers ^>=0.6.1.0, utf8-string ^>=1.0.2, vector ^>=0.13.2.0, xml-conduit ^>=1.10, yaml ^>=0.11.11.2, default-language: Haskell2010 -- Executable using the library executable phino import: warnings main-is: Main.hs hs-source-dirs: app build-depends: base, phino, default-language: Haskell2010 -- Test suite for Matcher test-suite spec import: warnings type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test other-modules: ASTSpec BuilderSpec CLISpec ConditionSpec CSTSpec DataizeSpec FilterSpec FunctionsSpec LaTeXSpec LiningSpec LocatorSpec MatcherSpec MergeSpec MiscSpec MustSpec ParserSpec Paths_phino PrinterSpec RandomSpec RegexpSpec ReplacerSpec RewriterSpec RuleSpec Spec XMIRSpec YamlSpec autogen-modules: Paths_phino default-extensions: ImportQualifiedPost build-depends: aeson ^>=2.2.3.0, base >=4.18.3.0 && <5, bytestring ^>=0.11.5.4, containers ^>=0.6.7, directory ^>=1.3.8.5, filepath ^>=1.4.301.0, hspec ^>=2.11.16, hspec-core ^>=2.11.16, megaparsec ^>=9.7.0, optparse-applicative ^>=0.19.0.0, phino, process ^>=1.6.19.0, silently ^>=1.2.5.4, text ^>=2.0.2, xml-conduit ^>=1.10, yaml ^>=0.11.11.2, build-tool-depends: hspec-discover:hspec-discover default-language: Haskell2010