-
Notifications
You must be signed in to change notification settings - Fork 23
/
webify.cabal
46 lines (40 loc) · 1.47 KB
/
webify.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: webify
version: 0.1.10.0
synopsis: webfont generator
description:
A command line tool to convert ttf file to woff, eot & svg files
homepage: http://github.com/ananthakumaran/webify
license: MIT
license-file: LICENSE
author: Anantha Kumaran
maintainer: Sarah Brofeldt <[email protected]>
copyright: (c) 2013 Anantha Kumaran
category: Web
build-type: Simple
tested-with: GHC == 8.0.2, GHC == 8.2.2
cabal-version: >=1.10
Flag debug
Default: False
executable webify
default-language: Haskell2010
hs-source-dirs: src
main-is: Webify.hs
other-modules: EOT, Font, OTF, SVG, TTF, Utils, WOFF
if flag(debug)
ghc-prof-options: -prof, -fprof-auto
build-depends: base >=4.8 && <5,
containers >= 0.4.2.1,
bytestring >= 0.9,
blaze-builder >= 0.3.3.4,
binary >= 0.5.1,
binary-strict >= 0.4.8.2,
text >= 0.7.2,
filepath >= 1.3.0,
zlib >= 0.5.4,
xmlgen >= 0.6.2.1,
optparse-applicative >= 0.10.0,
vector >= 0.10.0,
hopfli >= 0.1.0.0 && < 0.3
source-repository head
type: git
location: https://github.com/ananthakumaran/webify.git