name: textphile -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.0.0.20200303 category: Language synopsis: Library and tools for technical and convivial documents stability: experimental description: Handle documents in: . * Texte Convivial Technique (TCT) * Document Technique Convivial (DTC) extra-doc-files: license: GPL-3 license-file: COPYING author: Julien Moutinho maintainer: Julien Moutinho bug-reports: Julien Moutinho -- homepage: build-type: Simple cabal-version: >= 1.18 tested-with: GHC==8.6.5 data-files: src/style/dtc-errors.css src/style/dtc-errors.js src/style/dtc-html5.css src/style/dtc-html5.js src/style/dtc-index.css src/style/dtc-judgment.css src/style/dtc-table.css src/style/tct-html5.css extra-source-files: stack.yaml extra-tmp-files: Source-Repository head location: git://git.sourcephile.fr/textphile type: git Flag debug Default: False Description: Turn on debugging settings. Manual: True Flag prof Default: False Description: Turn on profiling settings. Manual: True Library hs-source-dirs: src exposed-modules: Control.Monad.Utils Textphile.DTC.Analyze.Collect Textphile.DTC.Analyze.Index Textphile.DTC.Analyze.Check Textphile.DTC.Document Textphile.DTC.Read.TCT Textphile.DTC.Sym Textphile.DTC.Write.HTML5.Ident Textphile.DTC.Write.HTML5.Base Textphile.DTC.Write.HTML5.Judgment Textphile.DTC.Write.HTML5.Error Textphile.DTC.Write.HTML5 Textphile.DTC.Write.Plain Textphile.DTC.Write.XML Textphile.RNC Textphile.TCT Textphile.TCT.Cell Textphile.TCT.Debug Textphile.TCT.Elem Textphile.TCT.Read Textphile.TCT.Read.Cell Textphile.TCT.Read.Elem Textphile.TCT.Read.Token Textphile.TCT.Read.Tree Textphile.TCT.Tree Textphile.TCT.Utils Textphile.TCT.Write.HTML5 Textphile.TCT.Write.Plain Textphile.TCT.Write.XML Textphile.Utils Textphile.XML Text.Blaze.DTC Text.Blaze.DTC.Attributes Text.Blaze.HTML5 Text.Blaze.Utils Text.Blaze.XML other-modules: Paths_textphile default-language: Haskell2010 default-extensions: LambdaCase NamedFieldPuns NoImplicitPrelude RecordWildCards TupleSections ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-warn-tabs -fhide-source-paths if flag(debug) cpp-options: -DDEBUG if flag(prof) cpp-options: -DPROFILING ghc-options: -fprof-auto build-depends: base >= 4.10 && < 5 , blaze-builder >= 0.4 , blaze-html >= 0.9 , blaze-markup >= 0.8 , bytestring >= 0.10 , containers >= 0.5 , data-default-class >= 0.1 , data-default-instances-containers >= 0.0 , directory >= 1.3 , filepath >= 1.4 , hashable >= 1.2.6 , judgmentphile-majority >= 0.0 , hxt-charproperties >= 9.2 , localization >= 1.0.1 , symantic-xml >= 0.0.0 , megaparsec >= 8.0 , mono-traversable >= 1.0 , parser-combinators >= 1.0 , safe >= 0.3 , strict >= 0.3 -- , svg-builder >= 0.1 , text >= 1.2 -- , text-format >= 0.3 , transformers >= 0.5 , treemap >= 2.3 , treeseq >= 1.0 , unordered-containers >= 0.2.8 Executable textphile hs-source-dirs: cli main-is: Main.hs other-modules: Paths_textphile Textphile.CLI Textphile.CLI.Compile Textphile.CLI.Lang Textphile.CLI.Source Textphile.CLI.Utils default-language: Haskell2010 default-extensions: ConstraintKinds DataKinds DefaultSignatures EmptyDataDecls FlexibleContexts FlexibleInstances LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude NoMonomorphismRestriction PatternGuards PolyKinds Rank2Types RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeOperators ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-warn-tabs -fhide-source-paths if flag(debug) cpp-options: -DDEBUG if flag(prof) cpp-options: -DPROFILING ghc-options: -fprof-auto -rtsopts build-depends: textphile , ansi-terminal >= 0.4 , base >= 4.6 && < 5 , blaze-html >= 0.9 , blaze-markup >= 0.8 , bytestring >= 0.10 , containers >= 0.5 , data-default-class >= 0.1 , Decimal >= 0.4 , deepseq >= 1.4 , directory >= 1.3 , filepath >= 1.4 , hashable >= 1.2.6 , localization >= 1.0.1 , megaparsec >= 6.3 , monad-classes >= 0.3.2.2 -- , reflection >= 2.1.3 , peano >= 0.1 , safe >= 0.3 , semigroups >= 0.18 , symantic-document >= 0.1 , symantic-cli >= 2.4.3 , symantic-xml >= 0.0 , strict >= 0.3 , terminal-size >= 0.3 , text >= 1.2 , time >= 1.8 , transformers >= 0.4 , treeseq >= 1.0 , unordered-containers >= 0.2.8 , unix >= 2.7 -- , mono-traversable -- , safe >= 0.2 -- , safe-exceptions >= 0.1 -- , treemap --Test-Suite textphile-test -- type: exitcode-stdio-1.0 -- hs-source-dirs: test -- main-is: Main.hs -- other-modules: -- Golden -- -- HUnit -- -- QuickCheck -- default-language: Haskell2010 -- default-extensions: -- LambdaCase -- NamedFieldPuns -- NoImplicitPrelude -- RecordWildCards -- ViewPatterns -- ghc-options: -- -Wall -- -Wincomplete-uni-patterns -- -Wincomplete-record-updates -- -fno-warn-tabs -- -fhide-source-paths -- build-depends: -- textphile -- , base >= 4.10 && < 5 -- , blaze-html >= 0.9 -- , blaze-markup >= 0.8 -- , bytestring >= 0.10 -- , containers >= 0.5 -- , deepseq >= 1.4 -- , filepath >= 1.4 -- , localization >= 1.0.1 -- , megaparsec >= 6.3 -- , tasty >= 0.11 -- , tasty-golden >= 2.3 -- , text >= 1.2 -- , transformers >= 0.4 -- , treeseq >= 1.0 -- -- , QuickCheck >= 2.0 -- -- , tasty-hunit -- -- , tasty-quickcheck