From 333540a9182285f9d72d7d39be3fa730c135d664 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 6 Apr 2022 03:01:01 +0000 Subject: CTAN sync 202204060301 --- indexing/hsindex/HsIndex.cabal | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 indexing/hsindex/HsIndex.cabal (limited to 'indexing/hsindex/HsIndex.cabal') diff --git a/indexing/hsindex/HsIndex.cabal b/indexing/hsindex/HsIndex.cabal new file mode 100644 index 0000000000..afe8e5c183 --- /dev/null +++ b/indexing/hsindex/HsIndex.cabal @@ -0,0 +1,58 @@ +-- Initial classement-multi.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ +-- cabal install --global +name: HsIndex +-- PVP summary: +-+------- breaking API changes +-- | | +----- non-breaking API additions +-- | | | +version: 0.12.0 +synopsis: A program to generate indexes for LaTeX +-- description: +homepage: www.jeanjoux.fr +license: GPL-3 +license-file: LICENSE +author: Jean-Luc JOULIN +maintainer: Jean-Luc JOULIN +-- copyright: +-- category: +build-type: Simple +cabal-version: >=1.8 + + +library + hs-source-dirs: src + exposed-modules: + HsIndex.Types + , HsIndex.Sorting + , HsIndex.Show + , HsIndex.Parser + , HsIndex.Functions + , HsIndex.Files + , HsIndex.CharLists.English + , HsIndex.CharLists.French + , HsIndex.CharLists.German + , HsIndex.CharLists.Russian + , HsIndex.CharLists.Symbols + , HsIndex.CharLists.Substitutions + + build-depends: base > 4.5 + , parsec > 3.1 + , directory + , transformers + , text + + +executable hsindex + hs-source-dirs: src + main-Is: hsindex.hs + other-modules: + build-depends: base > 4.5 + , parsec > 3.1 + , cmdargs > 0.9 + , directory + , transformers + , text + + + + -- cgit v1.2.3