Update optparse-applicative to 0.19.0.0
This commit is contained in:
10
README.md
10
README.md
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
Fountainhead is a TrueType and OpenType font parser. Its main
|
Fountainhead is a TrueType and OpenType font parser. Its main
|
||||||
purpose is to extract information from the fonts to help to
|
purpose is to extract information from the fonts to help to
|
||||||
embed these fonts into PDF documents. It also supports dumping
|
embed these fonts into PDF documents.
|
||||||
font information to the screen.
|
|
||||||
|
|
||||||
There is also an executable to dump fonts.
|
There is also an executable that supports dumping font
|
||||||
|
information to the screen.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -19,13 +19,13 @@ cabal build
|
|||||||
The binary can be run with:
|
The binary can be run with:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cabal run fountainhead -- myfont.ttf
|
cabal run fountainhead -- fonts/OpenSans-Bold.ttf
|
||||||
```
|
```
|
||||||
|
|
||||||
or installed locally and executed just as:
|
or installed locally and executed just as:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
fountainhead myfont.ttf
|
fountainhead fonts/OpenSans-Bold.ttf
|
||||||
```
|
```
|
||||||
|
|
||||||
This command will output the contents of the font in a format similar to
|
This command will output the contents of the font in a format similar to
|
||||||
|
@@ -58,7 +58,7 @@ executable fountainhead
|
|||||||
containers,
|
containers,
|
||||||
fountainhead,
|
fountainhead,
|
||||||
megaparsec,
|
megaparsec,
|
||||||
optparse-applicative ^>= 0.18.1,
|
optparse-applicative ^>= 0.19.0,
|
||||||
parser-combinators,
|
parser-combinators,
|
||||||
vector,
|
vector,
|
||||||
transformers,
|
transformers,
|
||||||
|
Reference in New Issue
Block a user