name: hdoc -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.0.0.20180213 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.2.2 data-files: style/dtc-errors.css style/dtc-errors.js style/dtc-html5.css style/dtc-html5.js style/dtc-index.css style/dtc-judgment.css style/dtc-table.css style/tct-html5.css extra-source-files: stack.yaml extra-tmp-files: Source-Repository head location: git://git.autogeree.net/hdoc 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 exposed-modules: Control.Monad.Utils Hdoc.DTC.Analyze.Collect Hdoc.DTC.Analyze.Index Hdoc.DTC.Analyze.Check Hdoc.DTC.Document Hdoc.DTC.Read.TCT Hdoc.DTC.Sym Hdoc.DTC.Write.HTML5.Ident Hdoc.DTC.Write.HTML5.Base Hdoc.DTC.Write.HTML5.Judgment Hdoc.DTC.Write.HTML5.Error Hdoc.DTC.Write.HTML5 Hdoc.DTC.Write.Plain Hdoc.DTC.Write.XML Hdoc.RNC.Fixity Hdoc.RNC.Sym Hdoc.RNC.Write Hdoc.TCT Hdoc.TCT.Cell Hdoc.TCT.Debug Hdoc.TCT.Elem Hdoc.TCT.Read Hdoc.TCT.Read.Cell Hdoc.TCT.Read.Elem Hdoc.TCT.Read.Token Hdoc.TCT.Read.Tree Hdoc.TCT.Tree Hdoc.TCT.Utils Hdoc.TCT.Write.HTML5 Hdoc.TCT.Write.Plain Hdoc.TCT.Write.XML Hdoc.Utils Hdoc.XML Text.Blaze.DTC Text.Blaze.DTC.Attributes Text.Blaze.HTML5 Text.Blaze.Utils Text.Blaze.XML other-modules: Paths_hdoc 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 , hjugement >= 0.0 , localization >= 1.0.1 , symantic-cli >= 0.0.0 , megaparsec >= 6.3 , mono-traversable >= 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 hdoc hs-source-dirs: exe/cli main-is: Main.hs other-modules: Paths_hdoc default-language: Haskell2010 default-extensions: ConstraintKinds DataKinds DefaultSignatures EmptyDataDecls FlexibleContexts FlexibleInstances LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude 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: hdoc , 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 >= 0.0 , strict >= 0.3 , text >= 1.2 , time >= 1.8 , transformers >= 0.4 , treeseq >= 1.0 , unordered-containers >= 0.2.8 -- , mono-traversable -- , safe >= 0.2 -- , safe-exceptions >= 0.1 -- , treemap --Test-Suite hdoc-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: -- hdoc -- , 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