Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pandoc-types.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ Source-repository head
Library
hs-source-dirs: src
Exposed-modules: Text.Pandoc.Definition
Text.Pandoc.Definition.Functors
Text.Pandoc.Generic
Text.Pandoc.Walk
Text.Pandoc.Builder
Text.Pandoc.JSON
Text.Pandoc.Arbitrary
Other-modules: Paths_pandoc_types
Text.Pandoc.Definition.Misc
Autogen-modules: Paths_pandoc_types
Build-depends: base >= 4.5 && < 5,
containers >= 0.3,
Expand Down
Loading