reveal/reveal.cabal

31 lines
998 B
Plaintext

cabal-version: >=1.10
-- Initial package description 'reveal.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: reveal
version: 0.1.0.0
synopsis: A simple program to change the text rendering mode of a PDF
-- description:
homepage: https://git.marvid.fr/Tissevert/reveal
-- bug-reports:
license: BSD3
license-file: LICENSE
author: Tissevert
maintainer: tissevert+devel@marvid.fr
-- copyright:
category: Data
build-type: Simple
extra-source-files: CHANGELOG.md
executable reveal
main-is: Main.hs
other-modules: PDF.TextRendering
-- other-extensions:
build-depends: base >=4.9.1 && <4.13
, bytestring
, containers
, Hufflepdf >= 0.2.0
, zlib
hs-source-dirs: src
default-language: Haskell2010