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-html5.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: Language.DTC.Document Language.DTC.Anchor Language.DTC.Read.TCT Language.DTC.Sym Language.DTC.Write.HTML5 Language.DTC.Write.Plain Language.DTC.Write.XML Language.RNC.Fixity Language.RNC.Sym Language.RNC.Write Language.TCT Language.TCT.Cell Language.TCT.Elem Language.TCT.Read Language.TCT.Read.Cell Language.TCT.Read.Elem Language.TCT.Read.Token Language.TCT.Read.Tree Language.TCT.Tree Language.TCT.Debug Language.TCT.Write.HTML5 Language.TCT.Write.Plain Language.TCT.Write.XML Language.TCT.Utils Language.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 , localization >= 1.0.1 , symantic-cli >= 0.0.0 , megaparsec >= 6.3 -- , mono-traversable >= 1.0 , strict >= 0.3 , text >= 1.2 -- , text-format >= 0.3 , transformers >= 0.5 , treemap >= 2.3 , treeseq >= 1.0 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 , localization >= 1.0.1 , megaparsec >= 6.3 -- , optparse-applicative >= 0.14 -- , reflection >= 2.1.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 -- , monad-classes -- , 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