-
Notifications
You must be signed in to change notification settings - Fork 0
/
pcf-font-embed.cabal
28 lines (26 loc) · 1.03 KB
/
pcf-font-embed.cabal
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
name: pcf-font-embed
version: 0.1.2.0
synopsis: Template Haskell for embedding text rendered using PCF fonts.
description: pcf-font-embed is a library for rendering X11 PCF fonts at compile-time and statically embedding those images into user programs.
homepage: https://github.com/michael-swan/pcf-font-embed
license: BSD3
license-file: LICENSE
author: Michael Swan
maintainer: mswan@fastmail.com
copyright: (c) 2017 Michael Swan
category: Graphics
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Graphics.Text.PCF.Embed
build-depends: base >= 4.7 && < 5
, vector
, bytestring
, template-haskell
, pcf-font
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/michael-swan/pcf-font-embed