From 82ecf51fea496726ab4643a88819ae3894d070a7 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 10 Nov 2023 11:57:08 +0100 Subject: Add the PDF generator snippets --- fountainhead.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fountainhead.cabal') diff --git a/fountainhead.cabal b/fountainhead.cabal index b8536f8..ce06a61 100644 --- a/fountainhead.cabal +++ b/fountainhead.cabal @@ -7,13 +7,11 @@ description: TrueType font parseer. bug-reports: https://git.caraus.tech/OSS/fountainhead/issues homepage: https://git.caraus.tech/OSS/fountainhead maintainer: belka@caraus.de +author: Eugen Wissner license-files: LICENSE license: MPL-2.0 -author: Eugen Wissner -maintainer: belka@caraus.de - copyright: (c) 2023 Eugen Wissner category: Graphics @@ -24,16 +22,18 @@ extra-source-files: library exposed-modules: Graphics.Fountainhead.Parser + Graphics.Fountainhead.PDF Graphics.Fountainhead.Type Graphics.Fountainhead.TrueType hs-source-dirs: src build-depends: - base ^>=4.16.3.0, + base >= 4.16 && < 5, bytestring ^>= 0.11.0, containers ^>= 0.6.5, megaparsec ^>= 9.3, time ^>= 1.12, + transformers ^>= 0.5, vector ^>= 0.13.0 executable fountainhead -- cgit v1.2.3