-
Notifications
You must be signed in to change notification settings - Fork 1
/
kbdSVGGen.cabal
25 lines (24 loc) · 971 Bytes
/
kbdSVGGen.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
name: kbdSVGGen
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/mryndzionek/kbdSVGGen#readme
license: GPL-3
license-file: LICENSE
author: Mariusz Ryndzionek
maintainer: [email protected]
copyright: 2019 Mariusz Ryndzionek
category: Graphics
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
executable kbdSVGGen
hs-source-dirs: src
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O2 -freverse-errors
default-language: Haskell2010
default-extensions: OverloadedStrings, TemplateHaskell
build-depends: base >= 4.7 && < 5, sort, diagrams, diagrams-lib,
diagrams-svg, diagrams-contrib, SVGFonts, svg-tree,
mtl, lens, ilist, process, directory, SVGFonts,
time, uuid