pdfcleaner/pdfcleaner.cabal

58 lines
1.8 KiB
Plaintext

cabal-version: >=1.10
-- Initial package description 'chaoui-pdf.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: pdfcleaner
version: 0.1.0.0
synopsis: A program to purge blacklisted words from a PDF
description: A tool to replicate modifications on ALTO files on PDF files
homepage: https://git.marvid.fr/Tissevert/pdfcleaner
-- bug-reports:
license: BSD3
license-file: LICENSE
author: Tissevert
maintainer: tissevert+devel@marvid.fr
-- copyright:
category: Text
build-type: Simple
extra-source-files: CHANGELOG.md
executable pdfcleaner
main-is: Main.hs
other-modules: ALTO
, Scoria
-- other-extensions:
build-depends: base >=4.12 && <4.13
, bytestring
, containers
, directory
, filepath
, ExceptIOH
, Hufflepdf
, mtl
, soprano
, xml
ghc-options: -Wall
hs-source-dirs: src
default-language: Haskell2010
executable sync
main-is: Sync.hs
other-modules: ALTO
-- other-extensions:
build-depends: base >=4.12 && <4.13
, bytestring
, containers
, directory
, filepath
, ExceptIOH
, Hufflepdf
, mtl
, soprano
, text
, xml
ghc-options: -Wall
hs-source-dirs: src
default-language: Haskell2010