diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-12-27 16:19:21 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-12-27 16:19:21 +0100 |
| commit | 16d9fc384fa6180c8b7e875bd95065adce346c30 (patch) | |
| tree | 5096daddd5aff7d21dbed6085484297b1b8a6583 /fountainhead.cabal | |
| parent | a841f138fc9055f4bc32db292a675f93f081b4e7 (diff) | |
| download | fountainhead-16d9fc384fa6180c8b7e875bd95065adce346c30.tar.gz | |
Decompress defalte compressed fonts
Diffstat (limited to 'fountainhead.cabal')
| -rw-r--r-- | fountainhead.cabal | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/fountainhead.cabal b/fountainhead.cabal index e02f11b..1271e18 100644 --- a/fountainhead.cabal +++ b/fountainhead.cabal @@ -21,21 +21,22 @@ extra-source-files: common dependencies build-depends: - text ^>= 2.0 + bytestring ^>= 0.11.0, + text ^>= 2.0, + zlib ^>= 0.6.3 + default-language: Haskell2010 library import: dependencies exposed-modules: + Graphics.Fountainhead Graphics.Fountainhead.Dumper Graphics.Fountainhead.Parser - Graphics.Fountainhead.PDF Graphics.Fountainhead.Type Graphics.Fountainhead.TrueType - hs-source-dirs: - src + hs-source-dirs: src build-depends: base >= 4.16 && < 5, - bytestring ^>= 0.11.0, containers ^>= 0.6.5, megaparsec ^>= 9.3, time ^>= 1.12, @@ -53,7 +54,6 @@ executable fountainhead ExplicitForAll build-depends: base, - bytestring, containers, parser-combinators, vector, @@ -62,4 +62,4 @@ executable fountainhead megaparsec, fountainhead hs-source-dirs: app - default-language: Haskell2010 + ghc-options: -Wall |
