Decompress defalte compressed fonts

This commit is contained in:
2023-12-27 16:19:21 +01:00
parent a841f138fc
commit 16d9fc384f
6 changed files with 70 additions and 351 deletions

View File

@@ -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