diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-08-09 15:02:20 +0300 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-08-09 15:02:20 +0300 |
| commit | 6becdeb53ed0bbad77cddeab73d08a1210d195ac (patch) | |
| tree | 26a194669b2a644d8894509e84fc322cc8f8838b | |
| parent | 9a0bf081010dcaaa3309b229fd6fe885c6798f08 (diff) | |
| download | fountainhead-6becdeb53ed0bbad77cddeab73d08a1210d195ac.tar.gz | |
Update optparse-applicative to 0.19.0.0
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | fountainhead.cabal | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -2,10 +2,10 @@ Fountainhead is a TrueType and OpenType font parser. Its main purpose is to extract information from the fonts to help to -embed these fonts into PDF documents. It also supports dumping -font information to the screen. +embed these fonts into PDF documents. -There is also an executable to dump fonts. +There is also an executable that supports dumping font +information to the screen. ## Installation @@ -19,13 +19,13 @@ cabal build The binary can be run with: ```sh -cabal run fountainhead -- myfont.ttf +cabal run fountainhead -- fonts/OpenSans-Bold.ttf ``` or installed locally and executed just as: ```sh -fountainhead myfont.ttf +fountainhead fonts/OpenSans-Bold.ttf ``` This command will output the contents of the font in a format similar to diff --git a/fountainhead.cabal b/fountainhead.cabal index 168122b..9208514 100644 --- a/fountainhead.cabal +++ b/fountainhead.cabal @@ -58,7 +58,7 @@ executable fountainhead containers, fountainhead, megaparsec, - optparse-applicative ^>= 0.18.1, + optparse-applicative ^>= 0.19.0, parser-combinators, vector, transformers, |
