Cabal revisions of pandoc-crossref-0.2.4.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial pandoc-crossref.cabal generated by cabal init. For further--- documentation, see http://haskell.org/cabal/users-guide/--name: pandoc-crossref-version: 0.2.4.2-synopsis: Pandoc filter for cross-references-description: pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them.-license: GPL-2-license-file: LICENSE.md-author: Nikolay Yakimov-maintainer: root@livid.pp.ru--- copyright:-category: Text-build-type: Simple-extra-doc-files: README.md- BSD3.md-cabal-version: >=1.10-data-files: demo.md-extra-source-files: test/*.inc- test/m2m/equations/*.md- test/m2m/equations-auto/*.md- test/m2m/equations-tables/*.md- test/m2m/equations-tables-auto/*.md- test/m2m/subfigures/*.md- test/m2m/subfigures-grid/*.md- test/m2m/subfigures-ccsDelim/*.md- test/m2m/equations/*.tex- test/m2m/equations-auto/*.tex- test/m2m/equations-tables/*.tex- test/m2m/equations-tables-auto/*.tex- test/m2m/subfigures/*.tex- test/m2m/subfigures-grid/*.tex- test/m2m/subfigures-ccsDelim/*.tex---source-repository head- type: git- location: https://github.com/lierdakil/pandoc-crossref--source-repository this- type: git- location: https://github.com/lierdakil/pandoc-crossref- tag: v0.2.4.2--library- exposed-modules: Text.Pandoc.CrossRef- other-modules: Text.Pandoc.CrossRef.References- Text.Pandoc.CrossRef.References.Blocks- Text.Pandoc.CrossRef.References.List- Text.Pandoc.CrossRef.References.Refs- Text.Pandoc.CrossRef.References.Types- Text.Pandoc.CrossRef.Util.Settings- Text.Pandoc.CrossRef.Util.Meta- Text.Pandoc.CrossRef.Util.Options- Text.Pandoc.CrossRef.Util.Template- Text.Pandoc.CrossRef.Util.Util- Text.Pandoc.CrossRef.Util.CustomLabels- Text.Pandoc.CrossRef.Util.CodeBlockCaptions- Text.Pandoc.CrossRef.Util.ModifyMeta- Text.Pandoc.CrossRef.Util.Settings.Gen- Text.Pandoc.CrossRef.Util.Settings.Template- Text.Pandoc.CrossRef.Util.Gap- Text.Pandoc.CrossRef.Util.PandocOrphans- build-depends: base >=4.8 && <5- , pandoc >= 1.17.1 && <1.19- , pandoc-types >= 1.16 && < 1.18- , mtl >= 1.1 && <2.3- , containers >= 0.1 && <0.6- , data-default >= 0.4 && <0.8- , data-accessor >= 0.2.2.6 && < 0.3.0.0- , data-accessor-template >= 0.2.1.12 && < 0.3.0.0- , data-accessor-transformers >= 0.2.1.6 && < 0.3.0.0- , template-haskell >= 2.7.0.0 && < 3.0.0.0- , roman-numerals == 0.5.*- , syb >= 0.4 && < 0.7- , utility-ht >= 0.0.11 && < 0.1.0- hs-source-dirs: lib- if impl(ghc >= 8.0.1)- hs-source-dirs: ghc-8- else- hs-source-dirs: ghc-7- Ghc-Options: -Wall- default-language: Haskell2010--executable pandoc-crossref- main-is: pandoc-crossref.hs- build-depends: base >=4.8 && <5- , pandoc-crossref- , pandoc- , pandoc-types- hs-source-dirs: src- Ghc-Options: -Wall- default-language: Haskell2010--Test-Suite test-pandoc-crossref- Type: exitcode-stdio-1.0- Main-Is: test-pandoc-crossref.hs- hs-source-dirs: test, lib- if impl(ghc >= 8.0.1)- hs-source-dirs: ghc-8- else- hs-source-dirs: ghc-7- Build-Depends: base >=4.8 && <5- , pandoc-crossref- , hspec- , pandoc- , pandoc-types- , mtl- , containers- , data-default- , data-accessor-template- , syb- , roman-numerals- , template-haskell- , utility-ht- , data-accessor- , data-accessor-transformers- other-modules:- Native- Paths_pandoc_crossref- Text.Pandoc.CrossRef- Text.Pandoc.CrossRef.References- Text.Pandoc.CrossRef.References.Blocks- Text.Pandoc.CrossRef.References.List- Text.Pandoc.CrossRef.References.Refs- Text.Pandoc.CrossRef.References.Types- Text.Pandoc.CrossRef.Util.CodeBlockCaptions- Text.Pandoc.CrossRef.Util.CustomLabels- Text.Pandoc.CrossRef.Util.Gap- Text.Pandoc.CrossRef.Util.Meta- Text.Pandoc.CrossRef.Util.ModifyMeta- Text.Pandoc.CrossRef.Util.Options- Text.Pandoc.CrossRef.Util.Settings- Text.Pandoc.CrossRef.Util.Settings.Gen- Text.Pandoc.CrossRef.Util.Settings.Template- Text.Pandoc.CrossRef.Util.Template- Text.Pandoc.CrossRef.Util.Util- Text.Pandoc.CrossRef.Util.PandocOrphans- Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded- Default-Language: Haskell2010--Test-Suite test-integrative- Type: exitcode-stdio-1.0- Main-Is: test-integrative.hs- hs-source-dirs: test- Build-Depends: base >=4.8 && <5- , hspec- , pandoc- , filepath- , directory- , pandoc-crossref- Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded- Default-Language: Haskell2010+-- Initial pandoc-crossref.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: pandoc-crossref +version: 0.2.4.2 +x-revision: 1 +synopsis: Pandoc filter for cross-references +description: pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them. +license: GPL-2 +license-file: LICENSE.md +author: Nikolay Yakimov +maintainer: root@livid.pp.ru +-- copyright: +category: Text +build-type: Simple +extra-doc-files: README.md + BSD3.md +cabal-version: >=1.10 +data-files: demo.md +extra-source-files: test/*.inc + test/m2m/equations/*.md + test/m2m/equations-auto/*.md + test/m2m/equations-tables/*.md + test/m2m/equations-tables-auto/*.md + test/m2m/subfigures/*.md + test/m2m/subfigures-grid/*.md + test/m2m/subfigures-ccsDelim/*.md + test/m2m/equations/*.tex + test/m2m/equations-auto/*.tex + test/m2m/equations-tables/*.tex + test/m2m/equations-tables-auto/*.tex + test/m2m/subfigures/*.tex + test/m2m/subfigures-grid/*.tex + test/m2m/subfigures-ccsDelim/*.tex + + +source-repository head + type: git + location: https://github.com/lierdakil/pandoc-crossref + +source-repository this + type: git + location: https://github.com/lierdakil/pandoc-crossref + tag: v0.2.4.2 + +library + exposed-modules: Text.Pandoc.CrossRef + other-modules: Text.Pandoc.CrossRef.References + Text.Pandoc.CrossRef.References.Blocks + Text.Pandoc.CrossRef.References.List + Text.Pandoc.CrossRef.References.Refs + Text.Pandoc.CrossRef.References.Types + Text.Pandoc.CrossRef.Util.Settings + Text.Pandoc.CrossRef.Util.Meta + Text.Pandoc.CrossRef.Util.Options + Text.Pandoc.CrossRef.Util.Template + Text.Pandoc.CrossRef.Util.Util + Text.Pandoc.CrossRef.Util.CustomLabels + Text.Pandoc.CrossRef.Util.CodeBlockCaptions + Text.Pandoc.CrossRef.Util.ModifyMeta + Text.Pandoc.CrossRef.Util.Settings.Gen + Text.Pandoc.CrossRef.Util.Settings.Template + Text.Pandoc.CrossRef.Util.Gap + Text.Pandoc.CrossRef.Util.PandocOrphans + build-depends: base >=4.8 && <5 + , pandoc >= 1.17.1 && <1.20 + , pandoc-types >= 1.16 && < 1.18 + , mtl >= 1.1 && <2.3 + , containers >= 0.1 && <0.6 + , data-default >= 0.4 && <0.8 + , data-accessor >= 0.2.2.6 && < 0.3.0.0 + , data-accessor-template >= 0.2.1.12 && < 0.3.0.0 + , data-accessor-transformers >= 0.2.1.6 && < 0.3.0.0 + , template-haskell >= 2.7.0.0 && < 3.0.0.0 + , roman-numerals == 0.5.* + , syb >= 0.4 && < 0.7 + , utility-ht >= 0.0.11 && < 0.1.0 + hs-source-dirs: lib + if impl(ghc >= 8.0.1) + hs-source-dirs: ghc-8 + else + hs-source-dirs: ghc-7 + Ghc-Options: -Wall + default-language: Haskell2010 + +executable pandoc-crossref + main-is: pandoc-crossref.hs + build-depends: base >=4.8 && <5 + , pandoc-crossref + , pandoc + , pandoc-types + hs-source-dirs: src + Ghc-Options: -Wall + default-language: Haskell2010 + +Test-Suite test-pandoc-crossref + Type: exitcode-stdio-1.0 + Main-Is: test-pandoc-crossref.hs + hs-source-dirs: test, lib + if impl(ghc >= 8.0.1) + hs-source-dirs: ghc-8 + else + hs-source-dirs: ghc-7 + Build-Depends: base >=4.8 && <5 + , pandoc-crossref + , hspec + , pandoc + , pandoc-types + , mtl + , containers + , data-default + , data-accessor-template + , syb + , roman-numerals + , template-haskell + , utility-ht + , data-accessor + , data-accessor-transformers + other-modules: + Native + Paths_pandoc_crossref + Text.Pandoc.CrossRef + Text.Pandoc.CrossRef.References + Text.Pandoc.CrossRef.References.Blocks + Text.Pandoc.CrossRef.References.List + Text.Pandoc.CrossRef.References.Refs + Text.Pandoc.CrossRef.References.Types + Text.Pandoc.CrossRef.Util.CodeBlockCaptions + Text.Pandoc.CrossRef.Util.CustomLabels + Text.Pandoc.CrossRef.Util.Gap + Text.Pandoc.CrossRef.Util.Meta + Text.Pandoc.CrossRef.Util.ModifyMeta + Text.Pandoc.CrossRef.Util.Options + Text.Pandoc.CrossRef.Util.Settings + Text.Pandoc.CrossRef.Util.Settings.Gen + Text.Pandoc.CrossRef.Util.Settings.Template + Text.Pandoc.CrossRef.Util.Template + Text.Pandoc.CrossRef.Util.Util + Text.Pandoc.CrossRef.Util.PandocOrphans + Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded + Default-Language: Haskell2010 + +Test-Suite test-integrative + Type: exitcode-stdio-1.0 + Main-Is: test-integrative.hs + hs-source-dirs: test + Build-Depends: base >=4.8 && <5 + , hspec + , pandoc + , filepath + , directory + , pandoc-crossref + Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded + Default-Language: Haskell2010
revision 2
name: pandoc-crossref version: 0.2.4.2 -x-revision: 1 +x-revision: 2 synopsis: Pandoc filter for cross-references description: pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them. license: GPL-2 Text.Pandoc.CrossRef.Util.PandocOrphans build-depends: base >=4.8 && <5 , pandoc >= 1.17.1 && <1.20 - , pandoc-types >= 1.16 && < 1.18 + , pandoc-types >= 1.16 && < 1.17.5 , mtl >= 1.1 && <2.3 , containers >= 0.1 && <0.6 , data-default >= 0.4 && <0.8