summaryrefslogtreecommitdiff
path: root/fountainhead.cabal
blob: 56158d4869d0dfb3a490a8783cc3818171908abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
cabal-version: 2.4
name: fountainhead
version: 0.1.0.0

synopsis: TrueType font parser
description: TrueType font parseer.
bug-reports: https://git.caraus.tech/OSS/fountainhead/issues
homepage: https://git.caraus.tech/OSS/fountainhead
maintainer: belka@caraus.de

license-files: LICENSE
license: MPL-2.0

author: Eugen Wissner
maintainer: belka@caraus.de

copyright: (c) 2023 Eugen Wissner
category: Graphics

extra-source-files:
  CHANGELOG.md
  README.txt

library
  exposed-modules:
    Graphics.Fountainhead.Parser
    Graphics.Fountainhead.Type
    Graphics.Fountainhead.TrueType
  hs-source-dirs:
    src
  build-depends:
    base ^>=4.16.3.0,
    bytestring ^>= 0.11.0,
    containers ^>= 0.6.5,
    megaparsec ^>= 9.3,
    time ^>= 1.12,
    vector ^>= 0.13.0