-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsvg.cabal
50 lines (42 loc) · 1.2 KB
/
svg.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
47
48
49
50
cabal-version: 2.4
name: svg
version: 1.0.0.0
homepage: https://github.com/RamiroPastor/Portfolio
license: BSD-3-Clause
author: Ramiro
maintainer: [email protected]
copyright: (c) Ramiro
category: Graphics, Web
synopsis: Svg
description:
Svg icons for this project
-- extra-source-files: CHANGELOG.md
library
exposed-modules:
Main
build-depends:
base >=4.15.0.0 && <5.0.0,
blaze-markup >=0.5 && <0.9,
blaze-svg >= 0.3.3.0 && < 1.0,
directory >= 1.3.7.0 && <2.0.0,
svg-icons >= 2.8.1.0
hs-source-dirs: src/base/svg
default-language: Haskell2010
executable svg-exe
default-language: Haskell2010
hs-source-dirs: src/base/svg
main-is: Main.hs
build-depends:
base >=4.15.0.0 && <5.0.0,
blaze-markup >=0.5 && <0.9,
blaze-svg >= 0.3.3.0 && < 1.0,
directory >= 1.3.7.0 && <2.0.0,
svg-icons >= 2.8.1.0
-- test-suite SvgIcons-test
-- default-language: Haskell2010
-- type: exitcode-stdio-1.0
-- hs-source-dirs: test
-- main-is: TestRender.hs
-- build-depends:
-- base ^>=4.15.0.0,
-- SvgIcons