Cabal revisions of pandoc-crossref-0.1.0.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.1.0.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--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.1.0.1--executable pandoc-crossref- main-is: pandoc-crossref.hs- other-modules: References- , References.Accessors- , References.Blocks- , References.List- , References.Refs- , References.Types- , Util.Settings- , Util.Accessor- , Util.Meta- , Util.Options- , Util.Template- , Util.Util- -- other-extensions:- build-depends: base >=4.2 && <5- , pandoc >= 1.13 && <1.14- , mtl >= 1.1 && <2.3- , containers >= 0.1 && <0.6- , pandoc-types >= 1.12.4.1 && < 1.13- , yaml >= 0.8 && <0.9- , data-default >= 0.4 && <0.6- , bytestring >=0.9 && <0.11- hs-source-dirs: ., src- default-language: Haskell2010--Test-Suite test-pandoc-crossref- Type: exitcode-stdio-1.0- Main-Is: test-pandoc-crossref.hs- other-modules: References- , References.Accessors- , References.Blocks- , References.List- , References.Refs- , References.Types- , Util.Settings- , Util.Accessor- , Util.Meta- , Util.Options- , Util.Template- , Util.Util- hs-source-dirs: ., src- Build-Depends: base >=4.2 && <5- , pandoc >= 1.13 && <1.14- , mtl >= 1.1 && <2.3- , containers >= 0.1 && <0.6- , pandoc-types >= 1.12.4.1 && < 1.13- , yaml >= 0.8 && <0.9- , data-default >= 0.4 && <0.6- , bytestring >=0.9 && <0.11- , hspec- , process >=1 && <1.3- 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.1.0.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 + +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.1.0.2 + +executable pandoc-crossref + main-is: pandoc-crossref.hs + other-modules: References + , References.Accessors + , References.Blocks + , References.List + , References.Refs + , References.Types + , Util.Settings + , Util.Accessor + , Util.Meta + , Util.Options + , Util.Template + , Util.Util + -- other-extensions: + build-depends: base >=4.2 && <5 + , pandoc >= 1.13 && <1.14 + , mtl >= 1.1 && <2.3 + , containers >= 0.1 && <0.6 + , pandoc-types >= 1.12.4.1 && < 1.13 + , yaml >= 0.8 && <0.9 + , data-default >= 0.4 && <0.6 + , bytestring >=0.9 && <0.11 + hs-source-dirs: ., src + default-language: Haskell2010 + +Test-Suite test-pandoc-crossref + Type: exitcode-stdio-1.0 + Main-Is: test-pandoc-crossref.hs + other-modules: References + , References.Accessors + , References.Blocks + , References.List + , References.Refs + , References.Types + , Util.Settings + , Util.Accessor + , Util.Meta + , Util.Options + , Util.Template + , Util.Util + hs-source-dirs: ., src + Build-Depends: base >=4.2 && <5 + , pandoc >= 1.13 && <1.14 + , mtl >= 1.1 && <2.3 + , containers >= 0.1 && <0.6 + , pandoc-types >= 1.12.4.1 && < 1.13 + , yaml >= 0.8 && <0.9 + , data-default >= 0.4 && <0.6 + , bytestring >=0.9 && <0.11 + , hspec + , process >=1 && <1.3 + Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded + Default-Language: Haskell2010